Skip to content

Commit

Permalink
Fix mozilla/thimble.mozilla.org#2515: QuickEdit Lightning indicator n…
Browse files Browse the repository at this point in the history
…ow disappears when switching to Font Viewer (#887)

* Fixing QuickEdit Indicator does not disappear when Switching to Font Viewer

* Fixing QuickEdit Indicator does not disappear when Switching to Font Viewer

* Fixing QuickEdit Indicator does not disappear when Switching to Font Viewer
  • Loading branch information
exspherience authored and Luke Pacholski committed Oct 17, 2017
1 parent 4026299 commit c89322d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/editor/PopoverWidget.js
Expand Up @@ -176,6 +176,8 @@ define(function (require, exports, module) {
hidePopover();
}

EditorManager.on("activeEditorChange", onActiveEditorChange);

var editorHolder = $("#editor-holder")[0];
editorHolder.addEventListener("scroll", handleScroll, true);
});
Expand Down

0 comments on commit c89322d

Please sign in to comment.