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