0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 03:12:40 +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,
isDragging : false,
moveSource : false,
moveBrew : false
moveBrew : false,
showMoveArrows : true
};
},