cm-chessboard 8.1.3 → 8.1.5
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
|
@@ -10,7 +10,7 @@ export class AutoBorderNone extends Extension {
|
|
|
10
10
|
super(chessboard)
|
|
11
11
|
this.props = {
|
|
12
12
|
chessboardBorderType: chessboard.props.style.borderType,
|
|
13
|
-
borderNoneBelow:
|
|
13
|
+
borderNoneBelow: 540 // pixels width of the board, where the border is set to none
|
|
14
14
|
}
|
|
15
15
|
Object.assign(this.props, props)
|
|
16
16
|
this.registerExtensionPoint(EXTENSION_POINT.beforeRedrawBoard, this.extensionPointBeforeRedrawBoard.bind(this))
|