浏览代码

Editor: Shortcuts panel Safari support.

Mr.doob 7 年之前
父节点
当前提交
d35ce0178f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      editor/js/Sidebar.Settings.Shortcuts.js

+ 1 - 1
editor/js/Sidebar.Settings.Shortcuts.js

@@ -42,7 +42,7 @@ Sidebar.Settings.Shortcuts = function ( editor ) {
 		} );
 		} );
 
 
 		// Automatically highlight when selecting an input field
 		// Automatically highlight when selecting an input field
-		shortcutInput.dom.addEventListener( 'focus', function () {
+		shortcutInput.dom.addEventListener( 'click', function () {
 
 
 			shortcutInput.dom.select();
 			shortcutInput.dom.select();