Skip to content

Commit

Permalink
fixed selection null issue on gecko
Browse files Browse the repository at this point in the history
  • Loading branch information
spocke committed May 23, 2017
1 parent 546a2fe commit c893b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/main/js/util/Quirks.js
Expand Up @@ -1039,7 +1039,7 @@ define(
function isHidden() {
var sel;

if (!isGecko) {
if (!isGecko || editor.removed) {
return 0;
}

Expand Down

0 comments on commit c893b69

Please sign in to comment.