BlocHost-OSWindow-SDL2 package extends the class OSSDL2BackendWindow with:
stopTextInput
"See https://wiki.libsdl.org/SDL_StopTextInput"
self flag: 'does nothing for now since the current implementation is not thread safe.
Bloc and Morphic can run in parallel on the same backend window in case a Morphic host is used for Bloc. The consequence is that text input is not activate when switching from a Morph to a BlElement because a stopTextInput can be sent from a Morph ** after ** a startTextInput has been correctly sent from a BlElement.'
"sdl2Window stopTextInput"
how to fix it properly?
BlocHost-OSWindow-SDL2package extends the classOSSDL2BackendWindowwith:how to fix it properly?