cm-chessboard 5.3.2 → 5.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cm-chessboard",
3
- "version": "5.3.2",
3
+ "version": "5.3.3",
4
4
  "description": "A JavaScript chessboard which is lightweight, ES6 module based, responsive, SVG rendered and without dependencies.",
5
5
  "keywords": [
6
6
  "chess",
@@ -419,7 +419,7 @@ export class ChessboardView {
419
419
  }
420
420
  // the new extension points
421
421
  const extensionPointsResult = this.chessboard.state.invokeExtensionPoints(EXTENSION_POINT.moveInput, data)
422
- console.log("5b0d1f", extensionPointsResult, data.moveInputCallbackResult)
422
+ // console.log("5b0d1f", extensionPointsResult, data.moveInputCallbackResult)
423
423
  // validates, when moveInputCallbackResult and extensionPointsResult are true
424
424
  return !(extensionPointsResult === false || !data.moveInputCallbackResult);
425
425
  }