Comparing version 1.2.1 to 1.2.2
@@ -0,1 +1,8 @@ | ||
# 1.2.2 | ||
- Fix backspace/delete on Windows/Ubuntu [#1334](https://github.com/quilljs/quill/issues/1334) | ||
Thanks to [@dinusuresh](https://github.com/dinusuresh) for your contributions to this release. | ||
# 1.2.1 | ||
@@ -2,0 +9,0 @@ |
@@ -45,4 +45,4 @@ import clone from 'clone'; | ||
} | ||
this.addBinding({ key: Keyboard.keys.BACKSPACE }, { ctrlKey: true }, function() {}); | ||
this.addBinding({ key: Keyboard.keys.DELETE }, { ctrlKey: true }, function() {}); | ||
// this.addBinding({ key: Keyboard.keys.BACKSPACE }, { ctrlKey: true }, function() {}); | ||
// this.addBinding({ key: Keyboard.keys.DELETE }, { ctrlKey: true }, function() {}); | ||
this.addBinding({ key: Keyboard.keys.BACKSPACE }, { collapsed: false }, handleDeleteRange); | ||
@@ -49,0 +49,0 @@ this.addBinding({ key: Keyboard.keys.DELETE }, { collapsed: false }, handleDeleteRange); |
{ | ||
"name": "quill", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Your powerful, rich text editor", | ||
@@ -5,0 +5,0 @@ "author": "Jason Chen <jhchen7@gmail.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2154295
23155