Merge pull request #4499 from BrokenEagle/fix-4408

Fix notes having absolute coordinates upon creation
This commit is contained in:
evazion
2020-06-09 01:36:44 -05:00
committed by GitHub

View File

@@ -972,6 +972,7 @@ let Note = {
height: h
});
Note.Box.update_data_attributes($note_box);
Note.Box.scale($note_box);
$note_box.addClass("new-note");
$note_box.addClass("unsaved");
$note_body.html("<em>Click to edit</em>");