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
The update when saving a space happens in the redux store, but pathname is not updated at this moment. We might have path space/7slvq0 even after saving it.
This is a problem when we want to go back from another path, we lose the saved information and SpaceHeader will display the unsaved buttons.
This bug happens when export a space with selection.
To reproduce:
visit space 7slvq0
save space
export space (with whatever options)
The space header displays the save button.
The text was updated successfully, but these errors were encountered:
The update when saving a space happens in the redux store, but
pathname
is not updated at this moment. We might have pathspace/7slvq0
even after saving it.This is a problem when we want to go back from another path, we lose the
saved
information andSpaceHeader
will display the unsaved buttons.This bug happens when export a space with selection.
To reproduce:
7slvq0
The space header displays the save button.
The text was updated successfully, but these errors were encountered: