diff --git a/src/main.ts b/src/main.ts index a281b32..71c152b 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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',