mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 01:13:48 +01:00
[Client] Fix bug
This commit is contained in:
parent
f8e797cde5
commit
060a31cce0
@ -26,7 +26,7 @@
|
||||
});
|
||||
|
||||
this.onkeydown = e => {
|
||||
if (e.target.tagName == 'input' || e.target.tagName == 'textarea') return;
|
||||
if (e.target.tagName == 'INPUT' || e.target.tagName == 'TEXTAREA') return;
|
||||
|
||||
if (e.which == 80 || e.which == 78) { // p or n
|
||||
e.preventDefault();
|
||||
|
Loading…
Reference in New Issue
Block a user