Skip to content

Commit

Permalink
chore: remove snow link default dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
whyour committed Sep 25, 2019
1 parent c124e47 commit 81ab977
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 19 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.6
* Quill Editor v2.0.9
* 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.6
* Quill Editor v2.0.9
* 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.

8 changes: 4 additions & 4 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.6
* Quill Editor v2.0.9
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
Expand Down
8 changes: 4 additions & 4 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.6",
"version": "2.0.9",
"description": "Your powerful, rich text editor",
"author": "Jason Chen <[email protected]>",
"homepage": "http://quilljs.com",
Expand Down
2 changes: 0 additions & 2 deletions themes/snow.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ class SnowTooltip extends BaseTooltip {
const preview = LinkBlot.formats(link.domNode);
this.preview.textContent = preview;
this.preview.setAttribute('href', preview);
this.show();
this.position(this.quill.getBounds(this.linkRange));
return;
}
} else {
Expand Down

0 comments on commit 81ab977

Please sign in to comment.