fix: color pickers not opening on mobile (#3676)
This commit is contained in:
@ -81,9 +81,8 @@ export type AppState = {
|
||||
isResizing: boolean;
|
||||
isRotating: boolean;
|
||||
zoom: Zoom;
|
||||
openMenu:
|
||||
| "canvas"
|
||||
| "shape"
|
||||
openMenu: "canvas" | "shape" | null;
|
||||
openPopup:
|
||||
| "canvasColorPicker"
|
||||
| "backgroundColorPicker"
|
||||
| "strokeColorPicker"
|
||||
|
Reference in New Issue
Block a user