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:
@@ -19,7 +19,8 @@ const SplitPane = createClass({
|
||||
windowWidth : 0,
|
||||
isDragging : false,
|
||||
moveSource : false,
|
||||
moveBrew : false
|
||||
moveBrew : false,
|
||||
showMoveArrows : true
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user