mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 11:39:21 +02:00
web: fix temporary tabs cannot be made permanent
This commit is contained in:
@@ -210,7 +210,7 @@ function TabStrip() {
|
||||
.updateSession(
|
||||
session.id,
|
||||
[session.type],
|
||||
(s) => (s.preview = true)
|
||||
(s) => (s.preview = false)
|
||||
)
|
||||
}
|
||||
onFocus={() => {
|
||||
|
||||
Reference in New Issue
Block a user