diff --git a/modules/editor/tpl/js/editor.js b/modules/editor/tpl/js/editor.js index 26e7f0f8e..87aaae5ff 100755 --- a/modules/editor/tpl/js/editor.js +++ b/modules/editor/tpl/js/editor.js @@ -73,7 +73,6 @@ function editorStart(upload_target_srl) { xAddEventListener(document,'dblclick',editorSearchComponent); } - //xAddEventListener(document,'keypress',editorKeyPress); xAddEventListener(document,'mouseup',editorEventCheck); xAddEventListener(document,'mousedown',editorHideObject);