You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a command menu entry "Delete current page" under the Actions group.
Command should delete the page reference from configAtom.
Command should delete the page from the local storage.
Command should delete all the image files from IndexedDB.
Note
Deleting files from IndexedDB must be done with caution. Delete it after ensuring no other page reuses the same file. Files can be reused in such a manner by pasting the same image on both pages.
The text was updated successfully, but these errors were encountered:
We do not have any option to delete the current "page" right now. Reset canvas is different, it resets the canvas of the currently selected page, i.e., the current page is still present, just that the current page's elements are emptied.
Currently, there's no way to delete a page.
configAtom
.Note
Deleting files from IndexedDB must be done with caution. Delete it after ensuring no other page reuses the same file. Files can be reused in such a manner by pasting the same image on both pages.
The text was updated successfully, but these errors were encountered: