move note to prev page

This commit is contained in:
Julie Blanc 2026-04-16 16:00:53 +02:00
parent d57050caeb
commit 1d747cc77b
8 changed files with 114 additions and 40 deletions

View file

@ -91,7 +91,6 @@ function createNotes(content, input, type){
inline_note.innerHTML = unwrapBlockChildren(note).innerHTML;
call.after(inline_note);
call.parentElement.removeChild(call);
})