Skip to content

Commit

Permalink
Merge pull request #7865 from telamonian/fix-dedent-in-texteditor
Browse files Browse the repository at this point in the history
ensures that 'shift tab' => dedent shortcut works correctly in the file editor
  • Loading branch information
Steven Silvester committed Feb 10, 2020
2 parents beec0ae + c34a1bf commit 7a97756
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 7a97756

Please sign in to comment.