fix: ensure s and g shortcuts work on no selection (#3800)
Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ export const SHAPES = [
|
||||
</svg>
|
||||
),
|
||||
value: "selection",
|
||||
key: [KEYS.V, KEYS.S],
|
||||
key: KEYS.V,
|
||||
},
|
||||
{
|
||||
icon: (
|
||||
|
||||
Reference in New Issue
Block a user