Skip to content

Commit b982b4b

Browse files
committed
fix: remove deprecation warning from EditorManager.focusEditor
1 parent 3863a0f commit b982b4b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/editor/EditorManager.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,6 @@ define(function (require, exports, module) {
495495
* removed. For example, after a dialog with editable text is closed.
496496
*/
497497
function focusEditor() {
498-
DeprecationWarning.deprecationWarning("Use MainViewManager.focusActivePane() instead of EditorManager.focusEditor().", true);
499498
MainViewManager.focusActivePane();
500499
}
501500

0 commit comments

Comments
 (0)