mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-09 02:27:52 +02:00
Set Trailing Cmma to (#525)
This commit is contained in:
@@ -11,7 +11,7 @@ export const KEYS = {
|
||||
return /Mac|iPod|iPhone|iPad/.test(window.navigator.platform)
|
||||
? "metaKey"
|
||||
: "ctrlKey";
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
export function isArrowKey(keyCode: string) {
|
||||
|
Reference in New Issue
Block a user