0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-17 21:02:49 +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, windowWidth : 0,
isDragging : false, isDragging : false,
moveSource : false, moveSource : false,
moveBrew : false moveBrew : false,
showMoveArrows : true
}; };
}, },