Skip to content

Commit

Permalink
add refactor note
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Feb 3, 2021
1 parent aa5bb44 commit 7d726fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/keyboard.js
Expand Up @@ -698,6 +698,7 @@ function normalize(binding) {
return binding;
}

// TODO: Move into quill.js or editor.js
function deleteRange({ quill, range }) {
const lines = quill.getLines(range);
let formats = {};
Expand Down

0 comments on commit 7d726fe

Please sign in to comment.