netzgrafik-editor-frontend
netzgrafik-editor-frontend copied to clipboard
Prevent spurious update event on note creation
When a note is created, moveNoteToFront() is called. This triggers an "update" event even when the note is already at the top of the stack.
Make it so moveNoteToFront() is a no-op when the note is already at the top.