Pārlūkot izejas kodu

Update comments describing the screenreader default

Jason Grout 5 gadi atpakaļ
vecāks
revīzija
a73ba6234f
1 mainītis faili ar 1 papildinājumiem un 3 dzēšanām
  1. 1 3
      packages/terminal/src/tokens.ts

+ 1 - 3
packages/terminal/src/tokens.ts

@@ -97,8 +97,6 @@ export namespace ITerminal {
 
     /**
      * Whether to enable screen reader support.
-     *
-     * Set to false if you run into performance problems from DOM overhead
      */
     screenReaderMode: boolean;
 
@@ -122,7 +120,7 @@ export namespace ITerminal {
     shutdownOnClose: false,
     cursorBlink: true,
     initialCommand: '',
-    screenReaderMode: false, // False by default, can cause scrollbar rendering issues.
+    screenReaderMode: false, // False by default, can cause scrollbar mouse interaction issues.
     pasteWithCtrlV: true
   };