mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-16 02:35:13 +01:00
fix: support shift+P for freedraw (#4550)
* fix: support shift+P for freedraw * newline * show shift+p first
This commit is contained in:
@@ -80,7 +80,7 @@ export const SHAPES = [
|
||||
</svg>
|
||||
),
|
||||
value: "freedraw",
|
||||
key: KEYS.X,
|
||||
key: [KEYS.X, KEYS.P.toUpperCase()],
|
||||
},
|
||||
{
|
||||
icon: (
|
||||
|
||||
Reference in New Issue
Block a user