0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 08:42:40 +00:00

restore missing state

This commit is contained in:
Víctor Losada Hernández
2024-09-04 23:57:44 +02:00
parent ed35eb2680
commit 20db8c6720

View File

@@ -19,7 +19,8 @@ const SplitPane = createClass({
windowWidth : 0,
isDragging : false,
moveSource : false,
moveBrew : false
moveBrew : false,
showMoveArrows : true
};
},