Procházet zdrojové kódy

focus editor onGutterClick

Borys Palka před 5 roky
rodič
revize
ce52d3536f
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      src/handlers/cell.ts

+ 1 - 0
src/handlers/cell.ts

@@ -207,6 +207,7 @@ export class CellManager implements IDisposable {
       return;
     }
 
+    editor.focus();
     this.clearGutter(this.activeCell);
 
     const isRemoveGutter = !!info.gutterMarkers;