Skip to content

Commit

Permalink
ensures that 'shift tab' => dedent shortcut works in text editor
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Feb 9, 2020
1 parent f17361c commit c34a1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tooltip-extension/schema/files.json
Expand Up @@ -5,7 +5,7 @@
{
"command": "tooltip:launch-file",
"keys": ["Shift Tab"],
"selector": ".jp-FileEditor"
"selector": ".jp-FileEditor .jp-CodeMirrorEditor:not(.jp-mod-has-primary-selection):not(.jp-mod-in-leading-whitespace)"
}
],
"properties": {},
Expand Down

0 comments on commit c34a1bf

Please sign in to comment.