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
It looks like
https://docs.rs/web-sys/0.3.36/web_sys/struct.Window.html#method.local_storage
would be a good way to get access to the local storage object. The end of
ProofWidget::update would be a good place to save the xml for the current proof
(if ret is true, a modification has just occurred). For loading from local
storage, a few intertwined things in App::{update,view} would need to change.
(So people don't accidentally delete proofs on refresh or closing the tab)
The text was updated successfully, but these errors were encountered: