mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: color pickers not opening on mobile (#3676)
This commit is contained in:
parent
c819b653bf
commit
035c7affff
8 changed files with 83 additions and 13 deletions
|
@ -81,9 +81,8 @@ export type AppState = {
|
|||
isResizing: boolean;
|
||||
isRotating: boolean;
|
||||
zoom: Zoom;
|
||||
openMenu:
|
||||
| "canvas"
|
||||
| "shape"
|
||||
openMenu: "canvas" | "shape" | null;
|
||||
openPopup:
|
||||
| "canvasColorPicker"
|
||||
| "backgroundColorPicker"
|
||||
| "strokeColorPicker"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue