0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 17:42:38 +00:00

Merge branch 'master' into adjustCodeFold-#1907

This commit is contained in:
G.Ambatte
2022-09-27 07:54:05 +13:00
committed by GitHub
12 changed files with 282 additions and 1421 deletions

View File

@@ -69,7 +69,8 @@ const SplitPane = createClass({
this.setState({ isDragging: false });
},
handleDown : function(){
handleDown : function(e){
e.preventDefault();
this.setState({ isDragging: true });
//this.unFocus()
},