Skip to content

Commit

Permalink
fix #1073
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Oct 24, 2016
1 parent 07b8dae commit c8a70db
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 c8a70db

Please sign in to comment.