diff --git a/shared/naturalcrit/splitPane/splitPane.jsx b/shared/naturalcrit/splitPane/splitPane.jsx index 6d4dc95c4..12ed7c8cf 100644 --- a/shared/naturalcrit/splitPane/splitPane.jsx +++ b/shared/naturalcrit/splitPane/splitPane.jsx @@ -33,6 +33,7 @@ const SplitPane = createClass({ }, resetSize : function() { + window.localStorage.removeItem(this.props.storageKey); this.setState({ size : window.innerWidth / 2 });