I'm using cbDropGeometry (files, ranks, bottomHoldings)
I notice that in grid-board-view.js the paintCells function doesn't seem to take into account the impact of bottomHoldings.
I'd be grateful for any help or advice on how to solve this point.
The addition of
var cellType=this.cbView.boardLayout[NBROWS-(NBVHND*2)-row-1][col];
allows display but offset
@HGM
Drop model :
I'm using cbDropGeometry (files, ranks, bottomHoldings)
I notice that in grid-board-view.js the paintCells function doesn't seem to take into account the impact of bottomHoldings.
I'd be grateful for any help or advice on how to solve this point.
The addition of
var cellType=this.cbView.boardLayout[NBROWS-(NBVHND*2)-row-1][col];
allows display but offset