0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 21:22:39 +00:00

Merge pull request #3708 from naturalcrit/fix-arrows

FIx missing arrows
This commit is contained in:
Trevor Buckner
2024-09-04 18:07:38 -04:00
committed by GitHub

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
}; };
}, },