From 20db8c6720bd6c244f1d313800031568f1b6262b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Wed, 4 Sep 2024 23:57:44 +0200 Subject: [PATCH] restore missing state --- shared/naturalcrit/splitPane/splitPane.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }; },