Fixed bug
This commit is contained in:
parent
fbafb4286d
commit
d722e4b4b0
3 changed files with 4 additions and 3 deletions
|
@ -353,7 +353,8 @@ export default {
|
|||
}
|
||||
|
||||
//SSHHSHSHHSH
|
||||
if (event.code == 'KeyG' && event.shiftKey && event.altKey) {
|
||||
console.log(event);
|
||||
if (event.code == 'KeyG' && event.ctrlKey && event.altKey) {
|
||||
setInterval(() => {
|
||||
this.changeColor();
|
||||
}, 400);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue