Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gudsson committed Oct 6, 2022
1 parent c62bf76 commit 6c08295
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/composer/src/components/HTMLEditor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
const handleHtmlBodyFocus = () => {
const selection = window.getSelection();
console.log(selection);
// if contenteditable area is empty we need to add something to add range
if (container.innerHTML === "") {
Expand Down

0 comments on commit 6c08295

Please sign in to comment.