mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-12 03:13:24 +01:00
fix dumb mode on Mac
This commit is contained in:
parent
ca45a3fd01
commit
02466e24f7
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ export class Tool {
|
|||
}
|
||||
|
||||
static dumbMode(e) {
|
||||
return e.ctrlKey;
|
||||
return e.ctrlKey || e.metaKey;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue