diff --git a/shared/naturalcrit/splitPane/splitPane.jsx b/shared/naturalcrit/splitPane/splitPane.jsx index 32f183a99..9a7b6fe2b 100644 --- a/shared/naturalcrit/splitPane/splitPane.jsx +++ b/shared/naturalcrit/splitPane/splitPane.jsx @@ -19,7 +19,8 @@ const SplitPane = createClass({ windowWidth : 0, isDragging : false, moveSource : false, - moveBrew : false + moveBrew : false, + showMoveArrows : true }; },