We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3863a0f commit b982b4bCopy full SHA for b982b4b
1 file changed
src/editor/EditorManager.js
@@ -495,7 +495,6 @@ define(function (require, exports, module) {
495
* removed. For example, after a dialog with editable text is closed.
496
*/
497
function focusEditor() {
498
- DeprecationWarning.deprecationWarning("Use MainViewManager.focusActivePane() instead of EditorManager.focusEditor().", true);
499
MainViewManager.focusActivePane();
500
}
501
0 commit comments