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
I get why this is not done in other graph editors, with async execution of nodes etc you really don't want to auto save. But manual saving is not an expected behavior for web documents anymore, I lost a ton of work because I just closed/refreshed the browser.
Always save the state, if it needs some external execution, don't persist the execution!
When the user goes back to the document, prompt them if they want to load the current state or the saved state. If your graphs have no side effects just save it.
/rant I really hate this UI pattern for graph editors 😆
The text was updated successfully, but these errors were encountered:
Overview
I get why this is not done in other graph editors, with async execution of nodes etc you really don't want to auto save. But manual saving is not an expected behavior for web documents anymore, I lost a ton of work because I just closed/refreshed the browser.
Always save the state, if it needs some external execution, don't persist the execution!
When the user goes back to the document, prompt them if they want to load the current state or the saved state. If your graphs have no side effects just save it.
/rant I really hate this UI pattern for graph editors 😆
The text was updated successfully, but these errors were encountered: