Browse Source

CDB: Don't hide cursor on blur

LeoVgr 3 tháng trước cách đây
mục cha
commit
8de3d114a1
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;