mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Fix unable to forget shared note... Part of issue #72
This commit is contained in:
@@ -370,7 +370,7 @@ View.prototype = {
|
||||
t('quicknotes', 'Delete note'),
|
||||
function(result) {
|
||||
if (result) {
|
||||
if (!note.is_shared) {
|
||||
if (!note.sharedBy.length) {
|
||||
self._notes.remove(note).done(function () {
|
||||
if (self._notes.length() > 0) {
|
||||
self._isotope.remove(gridnote.parent())
|
||||
|
||||
Reference in New Issue
Block a user