mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
fix issue with cmd-r
This commit is contained in:
+1
-1
@@ -213,8 +213,8 @@ function createMainWindow(clientData) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (input.code == "KeyR" && input.meta) {
|
if (input.code == "KeyR" && input.meta) {
|
||||||
e.preventDefault();
|
|
||||||
if (input.shift) {
|
if (input.shift) {
|
||||||
|
e.preventDefault();
|
||||||
win.reload();
|
win.reload();
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user