瀏覽代碼

CDB: Don't hide cursor on blur

LeoVgr 3 月之前
父節點
當前提交
8de3d114a1
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      hide/comp/cdb/Editor.hx

+ 0 - 1
hide/comp/cdb/Editor.hx

@@ -101,7 +101,6 @@ class Editor extends Component {
 		element.attr("tabindex", 0);
 		element.addClass("is-cdb-editor");
 		element.data("cdb", this);
-		element.on("blur", function(_) cursor.hide());
 		element.on("keypress", function(e) {
 			if( e.target.nodeName == "INPUT" )
 				return;