Add ESC btn to toolbar to quickly exit formatting (#1283)
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Fri, 16 Jun 2023 01:09:09 +0000 (11:09 +1000)
committerGitHub <noreply@github.com>
Fri, 16 Jun 2023 01:09:09 +0000 (11:09 +1000)
commitbc5e7445d9cb1ff2ad71981b8d405c221aacbd34
tree4cf22cfcb16808e5b64a6c5227e52629da645445
parent2883b4c35b12d35272d4cebb1185cf1938d402c2
Add ESC btn to toolbar to quickly exit formatting (#1283)

* Add ESC btn to toolbar to quickly exit formatting

* add horizontal scroll to toolbar item

* make editor toolbar usable in touch device

* fix editor hotkeys not working in window

* remove unused import
src/app/components/editor/Editor.css.ts
src/app/components/editor/Editor.tsx
src/app/components/editor/Toolbar.tsx
src/app/components/editor/common.ts
src/app/components/editor/keyboard.ts
src/app/organisms/room/RoomInput.tsx
src/app/utils/key-symbol.ts