chessboardjs icon indicating copy to clipboard operation
chessboardjs copied to clipboard

The change is in response to issue #74

Open kgcorner opened this issue 3 years ago • 0 comments

The commit removes call evt.preventDefault() from the touchmoveWindow function as this call will be ignored as per the below feature request and the screen stays scrollable. https://chromestatus.com/feature/5093566007214080 Screen scrolling can be stopped by using the callback method onDragStart and onDrag by adding and removing CSS property "overflow:hidden;" on the body tag

kgcorner avatar Jan 07 '23 18:01 kgcorner