mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-30 11:02:38 +00:00
WIP
This commit is contained in:
@@ -15,13 +15,14 @@ const SplitPane = createClass({
|
||||
|
||||
getInitialState : function() {
|
||||
return {
|
||||
currentDividerPos : null,
|
||||
windowWidth : 0,
|
||||
isDragging : false,
|
||||
moveSource : false,
|
||||
moveBrew : false,
|
||||
liveScroll : true,
|
||||
showMoveArrows : true
|
||||
currentDividerPos : null,
|
||||
windowWidth : 0,
|
||||
isDragging : false,
|
||||
moveSource : false,
|
||||
moveBrew : false,
|
||||
liveScroll : true,
|
||||
viewablePageNumber : 0,
|
||||
showMoveArrows : true
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user