mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-11 03:20:14 +02:00
fix: Add multiElement-edit finalize action to Desktop (currently only visible in Mobile view) (#4764)
* add finalize action to Desktop UI * Update LayerUI.tsx * add size to panel component * finzalize button style * add finalize button * changed isMobile to DeviceInfo, added isTouchScreen * cleanup * rename deviceInfo to deviceType * rename deviceInfo to deviceType * added updateObject * Update App.tsx
This commit is contained in:
@@ -408,3 +408,8 @@ export type ExcalidrawImperativeAPI = {
|
||||
ready: true;
|
||||
id: string;
|
||||
};
|
||||
|
||||
export type DeviceType = {
|
||||
isMobile: boolean;
|
||||
isTouchScreen: boolean;
|
||||
};
|
||||
|
Reference in New Issue
Block a user