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

Minor UI fix

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