From 029fb0d13e56b230c69a1ae520d3d6137ae07c79 Mon Sep 17 00:00:00 2001 From: Nyan11 Date: Thu, 19 Oct 2023 16:37:01 +0200 Subject: [PATCH] Add empty handler for text edition --- src/BlocHost-Morphic/BlMorphicEventHandler.class.st | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/BlocHost-Morphic/BlMorphicEventHandler.class.st b/src/BlocHost-Morphic/BlMorphicEventHandler.class.st index bdf3177e8..1565a8712 100644 --- a/src/BlocHost-Morphic/BlMorphicEventHandler.class.st +++ b/src/BlocHost-Morphic/BlMorphicEventHandler.class.st @@ -422,6 +422,11 @@ BlMorphicEventHandler >> handleScrollRight: anEvent [ self enqueue: aBlEvent ] ] +{ #category : #'event handling' } +BlMorphicEventHandler >> handleTextEditionEvent: anEvent [ + +] + { #category : #'events - keyboard' } BlMorphicEventHandler >> handleTextInputEvent: aTextInputEvent [