web/Omnibox: remember the link input when switching between tabs

This commit is contained in:
wukko
2024-07-22 09:55:04 +06:00
parent 787fe72340
commit 24b783e5fb
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
import { writable } from "svelte/store";
export const storedLink = writable();