mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-14 20:25:16 +00:00
web/Omnibox: remember the link input when switching between tabs
This commit is contained in:
3
web/src/lib/state/omnibox.ts
Normal file
3
web/src/lib/state/omnibox.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { writable } from "svelte/store";
|
||||
|
||||
export const storedLink = writable();
|
||||
Reference in New Issue
Block a user