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
|
File without changes
|
|
File without changes
|
|
@@ -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
|
}
|