Browse Source

Changed focus function

Tyler Lindberg 7 years ago
parent
commit
4d6075d969
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

@@ -149,7 +149,7 @@ Sidebar.Settings.Shortcuts = function ( editor ) {
 
 				if ( editor.selected !== null ) {
 
-					editor.focusById( editor.selected.id );
+					editor.focus( editor.selected );
 
 				}