node-red/packages/node_modules/@node-red/editor-client/src/js/ui/editors
Nick O'Leary e3d6d242ac
Fix handling of spacebar inside JSON visual editor
Fixes #3682

The treeList keyboard handling was consuming the event - used
to select the item in the list.

The fix here adds a 'selectable' flag on the treeList that can
be used to disabled (=false) the keyboard selection of items.
2022-06-16 23:29:46 +01:00
..
code-editors code editor ux improvements 2022-04-27 11:23:13 +01:00
panes fix error initialising flow tab editor 2022-05-04 15:16:35 +01:00
buffer.js fix linting errors introduced in #3553 2022-04-27 15:31:14 +01:00
code-editor.js integrate monaco 2021-04-29 17:58:41 +01:00
colorPicker.js Initial refactor of edit dialogs to separate panes 2021-09-02 10:33:43 +01:00
envVarList.js Move envVar list component to own file 2021-09-02 16:14:35 +01:00
expression.js fix linting errors introduced in #3553 2022-04-27 15:31:14 +01:00
iconPicker.js Initial refactor of edit dialogs to separate panes 2021-09-02 10:33:43 +01:00
js.js fix linting errors introduced in #3553 2022-04-27 15:31:14 +01:00
json.js Fix handling of spacebar inside JSON visual editor 2022-06-16 23:29:46 +01:00
markdown.js fix linting errors introduced in #3553 2022-04-27 15:31:14 +01:00
text.js fix linting errors introduced in #3553 2022-04-27 15:31:14 +01:00