netzgrafik-editor-frontend icon indicating copy to clipboard operation
netzgrafik-editor-frontend copied to clipboard

Prevent spurious update event on note creation

Open emersion opened this issue 2 days ago • 0 comments

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.

emersion avatar Dec 01 '25 14:12 emersion