Initial support for mobile devices (#787)
* Initial support for mobile devices No editing yet, but UI looks nice and you can open the canvas menu * Add support for editing shape color, etc * Allow the mobile menus to cover the shape selector * Hopefully fix test error * Fix touch on canvas * Fix safe area handling & remove unused Island
This commit is contained in:
@ -29,6 +29,7 @@ export function getDefaultAppState(): AppState {
|
||||
isResizing: false,
|
||||
selectionElement: null,
|
||||
zoom: 1,
|
||||
openedMenu: null,
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user