oop
This commit is contained in:
parent
addfaad779
commit
d9f318efec
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ const clickPFX = "click-action: ";
|
|||
|
||||
document.addEventListener("keydown", (event) => {
|
||||
if (event.ctrlKey && event.key == "Enter") {
|
||||
ntfyClick
|
||||
ntfyClick()
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue