Skip to content

Commit

Permalink
fix slab#1073
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen authored and Tim McClure committed Dec 12, 2016
1 parent c96eb81 commit ed553b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/snow.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ class SnowTooltip extends BaseTooltip {
this.position(this.quill.getBounds(this.linkRange));
return;
}
} else {
delete this.linkRange;
}
this.hide();
});
Expand Down

0 comments on commit ed553b0

Please sign in to comment.