Skip to content
Snippets Groups Projects
Commit 7303fe5a authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Minor UI fix

parent adc2b50d
Branches
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ const changeListener = (event) => {
requestAnimationFrame(() => {
const element = event.target;
if (element.innerText === "\n") {
if (element.innerText === "\n" || element.innerHTML === "\n") {
element.innerText = "";
}
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment