kgcorner
kgcorner
the solution doesn't block events like scroll click etc to views below
I have created a separate js file to add an annotation. if you want I can send you the code or that. it works perfectly
I have fixed this issue and raised the PR https://github.com/oakmac/chessboardjs/pull/236 The culprit here is https://github.com/oakmac/chessboardjs/blob/master/lib/chessboard.js#L1658 According to the [feature request](https://chromestatus.com/feature/5093566007214080) on chrome call to preventDefault() becomes useless. It is simply...