Преглед на файлове

Merge pull request #7865 from telamonian/fix-dedent-in-texteditor

ensures that 'shift tab' => dedent shortcut works correctly in the file editor
Steven Silvester преди 5 години
родител
ревизия
7a97756d38
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/tooltip-extension/schema/files.json

+ 1 - 1
packages/tooltip-extension/schema/files.json

@@ -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": {},