From f8abca6053323ead554cfb55054019544394a43c Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Wed, 9 Mar 2022 16:45:21 +1300 Subject: [PATCH] Formatting change - space out functions correctly --- shared/naturalcrit/splitPane/splitPane.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared/naturalcrit/splitPane/splitPane.jsx b/shared/naturalcrit/splitPane/splitPane.jsx index 12ed7c8cf..1e539495c 100644 --- a/shared/naturalcrit/splitPane/splitPane.jsx +++ b/shared/naturalcrit/splitPane/splitPane.jsx @@ -12,12 +12,14 @@ const SplitPane = createClass({ onDragFinish : function(){} //fires when dragging }; }, + getInitialState : function() { return { size : null, isDragging : false }; }, + componentDidMount : function() { const paneSize = window.localStorage.getItem(this.props.storageKey); if(paneSize){