Skip to content

Commit

Permalink
Fix spam clicking the tune button in Firefox (#1285)
Browse files Browse the repository at this point in the history
* Fix spam cliclikng tune in Firefox #1273

* build
  • Loading branch information
ranemihir committed Aug 26, 2020
1 parent 3f631c8 commit 86dd9b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/editor.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### 2.19

- `Fix` - Fixed issue with Spam clicking the "Click to tune" button duplicates the icons on FireFox. [#1273](https://github.com/codex-team/editor.js/issues/1273)
- `Fix` - Fixed issue with `editor.blocks.delete(index)` method which throws an error when Editor.js is not focused, even after providing a valid index. [#1182](https://github.com/codex-team/editor.js/issues/1182)
- `Improvements` - The `initialBlock` property of Editor config is deprecated. Use the `defaultBlock` instead. [#993](https://github.com/codex-team/editor.js/issues/993)
- `Fix` - Fixed the issue of toolbar not disappearing on entering input in Chinese, Hindi and some other languages. [#1196](https://github.com/codex-team/editor.js/issues/1196)
Expand Down
1 change: 1 addition & 0 deletions src/styles/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
color: var(--grayText);
cursor: pointer;
background: var(--bg-light);
user-select: none;

&:hover {
color: var(--color-dark);
Expand Down

0 comments on commit 86dd9b2

Please sign in to comment.