compose: Move keydown and keyup from compose.js to compose_ui.js.

This commit moves the handle_keydown and handle_keydown functions
of compose.js to compose_ui.js.

Part of splitting compose.js.
This commit is contained in:
Priyam Seth
2021-07-28 21:53:34 +05:30
committed by Tim Abbott
parent de04f0ad67
commit 3ec55e7976
6 changed files with 265 additions and 260 deletions

View File

@@ -52,6 +52,7 @@ EXEMPT_FILES = {
"static/js/compose_fade.js",
"static/js/compose_validate.js",
"static/js/compose.js",
"static/js/compose_ui.js",
"static/js/condense.js",
"static/js/confirm_dialog.js",
"static/js/dialog_widget.js",