Fixes several usability issues with QueryField component (#18681)

* Fixes several usability issues with QueryField component
- Can now indent with tab and `mod+[`, `mod+]`
- Copy/Cut preserves new lines, and paste correctly splits blocks now
- Adds support for selection hotkeys
This commit is contained in:
kay delaney
2019-08-23 14:17:13 +01:00
committed by GitHub
parent 1c36542018
commit 1723ad9bdb
5 changed files with 188 additions and 11 deletions

View File

@@ -26,6 +26,7 @@
"@types/enzyme-adapter-react-16": "1.0.5",
"@types/expect-puppeteer": "3.3.1",
"@types/file-saver": "2.0.1",
"@types/is-hotkey": "0.1.1",
"@types/jest": "24.0.13",
"@types/jquery": "1.10.35",
"@types/lodash": "4.14.123",
@@ -203,6 +204,7 @@
"fast-text-encoding": "^1.0.0",
"file-saver": "1.3.8",
"immutable": "3.8.2",
"is-hotkey": "0.1.4",
"jquery": "3.4.1",
"lodash": "4.17.14",
"marked": "0.6.2",