diff --git a/src/sidebar/jsx/Display.jsx b/src/sidebar/jsx/Display.jsx index 971c16a..8d08c8d 100644 --- a/src/sidebar/jsx/Display.jsx +++ b/src/sidebar/jsx/Display.jsx @@ -245,6 +245,7 @@ export default class Display extends React.Component { } _handleBack() { + this.props.update(this.props.tabId, true); this.setState({selectedViewpoint: null}); browser.contextMenus.remove("highlightmenu"); }