js fix
This commit is contained in:
parent
40574ba339
commit
be29a138fc
|
|
@ -1 +1 @@
|
||||||
1.1.30
|
1.1.31
|
||||||
|
|
@ -97,7 +97,8 @@
|
||||||
if (!date) return;
|
if (!date) return;
|
||||||
saveNote();
|
saveNote();
|
||||||
updateTopic(topic.id, { snoozeUntil: date, status: "snoozed", isNew: false });
|
updateTopic(topic.id, { snoozeUntil: date, status: "snoozed", isNew: false });
|
||||||
processedTopicIds.add(topic.id);
|
// Do NOT add to processedTopicIds — snoozed topics are filtered out of openTopics
|
||||||
|
// by the status check; adding here would wrongly place them in "Bereits abgelegt heute"
|
||||||
showSnoozeDialog = false;
|
showSnoozeDialog = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue