Skip to content

Commit

Permalink
chore: linkHover method add linkRange param
Browse files Browse the repository at this point in the history
  • Loading branch information
whyour committed Sep 25, 2019
1 parent 4331ae2 commit a7035fc
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion dist/quill.bubble.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Quill Editor v2.0.9
* Quill Editor v2.0.10
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
Expand Down
2 changes: 1 addition & 1 deletion dist/quill.core.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Quill Editor v2.0.9
* Quill Editor v2.0.10
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
Expand Down
4 changes: 2 additions & 2 deletions dist/quill.core.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/quill.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/quill.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/quill.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/quill.snow.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Quill Editor v2.0.9
* Quill Editor v2.0.10
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
Expand Down
6 changes: 3 additions & 3 deletions dist/unit.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quill",
"version": "2.0.10",
"version": "2.0.11",
"description": "Your powerful, rich text editor",
"author": "Jason Chen <[email protected]>",
"homepage": "http://quilljs.com",
Expand Down
2 changes: 1 addition & 1 deletion themes/snow.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class SnowTooltip extends BaseTooltip {
const preview = LinkBlot.formats(link.domNode);
this.preview.textContent = preview;
this.preview.setAttribute('href', preview);
this.quill.options.linkHover(link.domNode);
this.quill.options.linkHover(link.domNode, this.linkRange);
return;
}
} else {
Expand Down

0 comments on commit a7035fc

Please sign in to comment.