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
Currently the "Edit->Show Details" does a mutation each time you change a value. This means that there are many undo changes as a result of typing a title.
We should instead have more like a "cached" value for the Edit->Show Details that you commit with a "Ok", and you abort with a "Cancel", similar to other dialogs.
The text was updated successfully, but these errors were encountered:
Currently the "Edit->Show Details" does a mutation each time you change a value. This means that there are many undo changes as a result of typing a title.
We should instead have more like a "cached" value for the
Edit->Show Details
that you commit with a "Ok", and you abort with a "Cancel", similar to other dialogs.The text was updated successfully, but these errors were encountered: