cm-chessboard 8.12.8 → 8.12.10
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
|
@@ -56,7 +56,7 @@ export class Accessibility extends Extension {
|
|
|
56
56
|
movePieceForm: true, // display a form to move a piece (from, to, move)
|
|
57
57
|
boardAsTable: true, // display the board additionally as HTML table
|
|
58
58
|
piecesAsList: true, // display the pieces additionally as List
|
|
59
|
-
keyboardMoveInput:
|
|
59
|
+
keyboardMoveInput: false, // enable keyboard navigation on the board with arrow keys
|
|
60
60
|
visuallyHidden: true // hide all those extra outputs visually but keep them accessible for screen readers and braille displays
|
|
61
61
|
}
|
|
62
62
|
Object.assign(this.props, props)
|