Skip to content

Commit

Permalink
Merge branch 'current' of https://github.com/wukko/cobalt into current
Browse files Browse the repository at this point in the history
  • Loading branch information
wukko committed Dec 26, 2023
2 parents 29b08bc + 1360bf4 commit 441d53a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/front/cobalt.js
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,8 @@ document.onkeydown = (e) => {
if (e.metaKey || e.ctrlKey || e.key === "/") eid("url-input-area").focus();
if (e.key === "Escape" || e.key === "Clear") clearInput();

if (e.target === eid("url-input-area")) return;

// top buttons
if (e.key === "D") pasteClipboard();
if (e.key === "K") changeSwitcher('audioMode', 'false');
Expand Down

0 comments on commit 441d53a

Please sign in to comment.