Merge pull request #4499 from BrokenEagle/fix-4408
Fix notes having absolute coordinates upon creation
This commit is contained in:
@@ -972,6 +972,7 @@ let Note = {
|
|||||||
height: h
|
height: h
|
||||||
});
|
});
|
||||||
Note.Box.update_data_attributes($note_box);
|
Note.Box.update_data_attributes($note_box);
|
||||||
|
Note.Box.scale($note_box);
|
||||||
$note_box.addClass("new-note");
|
$note_box.addClass("new-note");
|
||||||
$note_box.addClass("unsaved");
|
$note_box.addClass("unsaved");
|
||||||
$note_body.html("<em>Click to edit</em>");
|
$note_body.html("<em>Click to edit</em>");
|
||||||
|
|||||||
Reference in New Issue
Block a user