fixes: U4-9338 Add focus to code editor on load and after closing dialogs

This commit is contained in:
Mads Rasmussen
2017-01-04 13:04:48 +01:00
parent 1a215f3176
commit 18d8223d7e
2 changed files with 43 additions and 6 deletions

View File

@@ -47,6 +47,7 @@
getCursorPosition: function() {},
getValue: function() {},
setValue: function() {},
focus: function() {},
clearSelection: function() {},
navigateFileStart: function() {}
};