Browse Source

Editor: Shortcuts panel Safari support.

Mr.doob 7 years ago
parent
commit
d35ce0178f
1 changed files with 1 additions and 1 deletions
  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
-		shortcutInput.dom.addEventListener( 'focus', function () {
+		shortcutInput.dom.addEventListener( 'click', function () {
 
 			shortcutInput.dom.select();