mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
D'Oh! Again. Show all when remove a note. Put add note as first option of navigation.
This commit is contained in:
@@ -308,6 +308,7 @@ View.prototype = {
|
||||
if (self._notes.length() > 0) {
|
||||
$(".notes-grid").isotope('remove', note.parent())
|
||||
.isotope('layout');
|
||||
self.showAll();
|
||||
self.renderNavigation();
|
||||
} else {
|
||||
self.render();
|
||||
|
||||
Reference in New Issue
Block a user