diff --git a/shared/naturalcrit/splitPane/splitPane.jsx b/shared/naturalcrit/splitPane/splitPane.jsx index f7ad4bed4..38f84b220 100644 --- a/shared/naturalcrit/splitPane/splitPane.jsx +++ b/shared/naturalcrit/splitPane/splitPane.jsx @@ -69,7 +69,8 @@ const SplitPane = createClass({ this.setState({ isDragging: false }); }, - handleDown : function(){ + handleDown : function(e){ + e.preventDefault(); this.setState({ isDragging: true }); //this.unFocus() },