Closed djflorio closed 7 years ago
Notes are now added after a mouseup event instead of click.
mouseup
click
When a mousedown event occurs on a note, that note is removed from the notes array, deleting it from the GUI.
mousedown
notes
The removingNote attribute is used to prevent a new note from being created when the mouse button is released after deleting a note.
removingNote
Test
Notes are now added after a
mouseup
event instead ofclick
.When a
mousedown
event occurs on a note, that note is removed from thenotes
array, deleting it from the GUI.The
removingNote
attribute is used to prevent a new note from being created when the mouse button is released after deleting a note.