fix: Some spots where navigation state was not preserved
fix: Collection in main nav pops open when moving from starred collection
This commit is contained in:
@@ -200,7 +200,7 @@ class DocumentScene extends React.Component<Props> {
|
||||
if (response) {
|
||||
this.replaceDocument(response.data);
|
||||
toasts.showToast(t("Document restored"));
|
||||
history.replace(this.props.document.url);
|
||||
history.replace(this.props.document.url, history.location.state);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user