Jamie Chang
Results
1
comments of
Jamie Chang
I have the same issue. I took me some time, but I found this: ``` handleOverflow: function( treeWidth, treeHeight ) { var viewWidth = (treeWidth < this.drawArea.clientWidth) ? this.drawArea.clientWidth :...