Open
Description
We have temporarily disabled strict mode on the main:
./src/main.tsx
ReactDOM.createRoot(document.getElementById('root')!).render(
- <React.StrictMode>
<CanvasProvider>
<ModalDialogProvider>
<App />
</ModalDialogProvider>
</CanvasProvider>
- </React.StrictMode>
);
Undo Redo does not work well (just add two snapshots), in the following cases:
- Delete a shape (toolbar click button).
- Inline edit on a shape an clicking outside.
Further research to be developed
We have just workarounded temporarily
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Needs definition