mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Fix unable to forget a shared note deleted by the owner. Issue #72
This commit is contained in:
@@ -387,7 +387,7 @@ View.prototype = {
|
||||
self._notes.forgetShare(note).done(function () {
|
||||
if (self._notes.length() > 0) {
|
||||
self._isotope.remove(gridnote.parent())
|
||||
selg._isotope.layout();
|
||||
self._isotope.layout();
|
||||
self.showAll();
|
||||
self.renderNavigation();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user