remove logging
This commit is contained in:
parent
0f38753dba
commit
85adc8953f
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ export function setCaretPosition(editor, caretPosition) {
|
|||
node = node.childNodes[0];
|
||||
}
|
||||
}
|
||||
console.log("setting caret", caretPosition, node);
|
||||
const sel = document.getSelection();
|
||||
sel.removeAllRanges();
|
||||
const range = document.createRange();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue