소스 검색

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;