0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Reset position in local storage on divider reset

This commit is contained in:
G.Ambatte
2022-03-09 13:19:07 +13:00
parent 8fb25646bd
commit 39d338e5bf

View File

@@ -33,6 +33,7 @@ const SplitPane = createClass({
},
resetSize : function() {
window.localStorage.removeItem(this.props.storageKey);
this.setState({
size : window.innerWidth / 2
});