fix: reset is archived state on reset

This commit is contained in:
Stephen Zhou 2024-09-19 15:28:56 +08:00
parent 36d51d96f8
commit b701dd6e1b
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ function EntryColumnImpl() {
virtuosoRef.current?.scrollTo({
top: 0,
})
setIsArchived(false)
}, []),
isArchived,
})