Ver código fonte

focus editor onGutterClick

Borys Palka 5 anos atrás
pai
commit
ce52d3536f
1 arquivos alterados com 1 adições e 0 exclusões
  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;