mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: ensure s
and g
shortcuts work on no selection (#3800)
Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
parent
097362662d
commit
ee64a7e264
2 changed files with 18 additions and 12 deletions
|
@ -11,7 +11,7 @@ export const SHAPES = [
|
|||
</svg>
|
||||
),
|
||||
value: "selection",
|
||||
key: [KEYS.V, KEYS.S],
|
||||
key: KEYS.V,
|
||||
},
|
||||
{
|
||||
icon: (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue