|
@@ -587,7 +587,7 @@ class CodeMirrorEditor extends AbstractEditor {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
keyUpHandler(editor, event) {
|
|
keyUpHandler(editor, event) {
|
|
|
- if (event.key !== 'Backspace') {
|
|
|
|
|
|
|
+ if (event.key === ':') {
|
|
|
this.checkWhetherEmojiPickerShouldBeShown();
|
|
this.checkWhetherEmojiPickerShouldBeShown();
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|