- Notifications
You must be signed in to change notification settings - Fork8
Open
Description
Context (current result)
Currently the canvas items and code in the Monaco Editor does not save when user closes and quits fflow. This feature was previously implemented using localForage and broke during a merge therefore the partial code is still present inApp.jsx
andlocalStorage.js
.
Expected result
Canvas items and code persists when user closes and reopens the application.
Process to reproduce
- Drag HTML elements onto the canvas
- Close and quit the application
- Restart the application and the canvas is empty