mirror of
https://github.com/lus/pasty.git
synced 2023-08-10 21:13:09 +03:00
Fix copy behaviour
This commit is contained in:
@@ -25,7 +25,7 @@ export function setupKeybinds() {
|
||||
element = document.getElementById("btn_delete");
|
||||
break;
|
||||
}
|
||||
case 67: {
|
||||
case 66: {
|
||||
element = document.getElementById("btn_copy");
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user