mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-14 12:15:21 +00:00
front: fixed quick ⌘+V pasting on mac
also rearranged list of crypto donation methods
This commit is contained in:
@@ -623,7 +623,7 @@ eid("url-input-area").addEventListener("keyup", (e) => {
|
||||
})
|
||||
document.onkeydown = (e) => {
|
||||
if (!store.isPopupOpen) {
|
||||
if (e.ctrlKey || e.key === "/") eid("url-input-area").focus();
|
||||
if (e.metaKey || e.ctrlKey || e.key === "/") eid("url-input-area").focus();
|
||||
if (e.key === "Escape" || e.key === "Clear") clearInput();
|
||||
|
||||
// top buttons
|
||||
|
||||
Reference in New Issue
Block a user