mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
Not show icon-more on navitation when append a note
This commit is contained in:
@@ -352,6 +352,7 @@ View.prototype = {
|
||||
$(".notes-grid").prepend( $notehtml )
|
||||
.isotope({ filter: '*'})
|
||||
.isotope( 'prepended', $notehtml);
|
||||
self._notes.unsetActive();
|
||||
self.renderNavigation();
|
||||
}).fail(function () {
|
||||
alert('Could not create note');
|
||||
|
||||
Reference in New Issue
Block a user