diff --git a/plugins/c9.ide.editors/pane.js b/plugins/c9.ide.editors/pane.js index d9e06380..9cc286a2 100644 --- a/plugins/c9.ide.editors/pane.js +++ b/plugins/c9.ide.editors/pane.js @@ -297,6 +297,7 @@ define(function(require, module, exports) { tooltip = null; } }); + plugin.on("afterSwitch", hide); } function createEditor(type, callback) {