mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
web/Omnibox: automatically start saving after link prefill
This commit is contained in:
@ -69,6 +69,11 @@
|
||||
|
||||
// clear hash and query to prevent bookmarking unwanted links
|
||||
if (browser) goto("/", { replaceState: true });
|
||||
|
||||
// clear link prefill to avoid extra effects
|
||||
linkPrefill = "";
|
||||
|
||||
savingHandler({ url: $link });
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user