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