瀏覽代碼

focus editor onGutterClick

Borys Palka 5 年之前
父節點
當前提交
ce52d3536f
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;