Skip to content

Commit 8837209

Browse files
committed
Remove item from checked if clicked
1 parent 63d5373 commit 8837209

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/HomePage.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ function handleClickNotification(thread: Thread) {
3535
handleOpenNotification(thread)
3636
3737
if (AppStorage.get('markAsReadOnOpen')) {
38+
store.setChecked(thread, false)
3839
store.runWithSnapshot(async () => {
3940
if (!AppStorage.get('showReadNotifications'))
4041
store.removeNotificationById(thread.id)

0 commit comments

Comments
 (0)