fix(desktop): restore tabs after closing final window
This commit is contained in:
parent
fc29f99190
commit
c316b64cd6
4 changed files with 57 additions and 2 deletions
|
|
@ -208,4 +208,5 @@ describe("persist localStorage resilience", () => {
|
|||
test("server global target cannot collide when scope and key contain colons", () => {
|
||||
expect(Persist.serverGlobal("a:b" as ServerScope, "c")).not.toEqual(Persist.serverGlobal("a" as ServerScope, "b:c"))
|
||||
})
|
||||
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue