Skip to content

Commit

Permalink
Merge pull request #42 from pharo-graphics/dev
Browse files Browse the repository at this point in the history
focus/blurr events not shared in AlbEditorElement
  • Loading branch information
plantec authored Sep 12, 2024
2 parents 0aa5497 + 29154be commit 30ce4a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Album/AlbEditorElement.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ AlbEditorElement >> initialize [
AlbTextInsertedEvent.
AlbTextDeletedEvent.
AlbTextEditedEvent.
AlbInfiniteModeChangedEvent.
BlFocusEvent.
BlBlurEvent };
AlbInfiniteModeChangedEvent};
yourself.
" to handle the mouse events that are dispatcehd to the front layer "
self frontLayer addEventHandler: distributor.
Expand Down

0 comments on commit 30ce4a5

Please sign in to comment.