This commit is contained in:
Riffaells 2024-12-03 11:47:13 +05:00
parent 0527922828
commit 5756955d92
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export default class ChessMatePlugin extends Plugin {
// showMoves: options.showMoves === 'true' || this.settings.showMoves,
chessground: {
movable: {
free: options.editable === 'true' || false,
free: true,
color: 'both',
},
orientation: (options.orientation as 'white' | 'black') || 'white',