You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue
":" key does not trigger smiley on German layout (possible others). I have looked a bit into the issue and it seems the English and German Layouts have different id's for : key. English id being "186" and German being "190". Moreover, trying to type "Ü" results in ":" (which now triggers smiley popup) for first character and "Ü" for the rest , which causes unpredictable behavior.
Expected
":" key should trigger smiley popup on any keyboard layout
Possible solution might lie with module-emoji.js by using event.keys from Quill.
The text was updated successfully, but these errors were encountered:
Issue
":" key does not trigger smiley on German layout (possible others). I have looked a bit into the issue and it seems the English and German Layouts have different id's for : key. English id being "186" and German being "190". Moreover, trying to type "Ü" results in ":" (which now triggers smiley popup) for first character and "Ü" for the rest , which causes unpredictable behavior.
Expected
":" key should trigger smiley popup on any keyboard layout
Possible solution might lie with module-emoji.js by using
event.keys
from Quill.The text was updated successfully, but these errors were encountered: