diff --git a/src/Album/AlbEditorElement.class.st b/src/Album/AlbEditorElement.class.st index 051baa4..f1206bc 100644 --- a/src/Album/AlbEditorElement.class.st +++ b/src/Album/AlbEditorElement.class.st @@ -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.