Prevent navigating to item on re-renders

pull/9399/head
john.bednarczyk 4 months ago
parent a4fcec69f4
commit ecfcf2ef63

@ -202,6 +202,9 @@ class CollectionOverviews extends Component {
align: 'start'
});
}
// Replacing the history to prevent navigating back to this item on re-renders
window.history.replaceState({}, '')
};
//

Loading…
Cancel
Save