notes: hide note bodies while keyboard moving notes.

Bug: if you used they keyboard to move or resize a note, then the note
body would stay visible, which could get in the way when moving in the
down direction.
This commit is contained in:
evazion
2020-07-29 10:11:21 -05:00
parent fd8a62ba5e
commit dd7cd7c1c2

View File

@@ -217,6 +217,7 @@ class Note {
left: position.percent_left,
});
Note.Body.hide_all();
$note_box.addClass("unsaved");
event.preventDefault();
}
@@ -254,6 +255,7 @@ class Note {
});
}
Note.Body.hide_all();
$note_box.addClass("unsaved");
event.preventDefault();
}