From 5756955d92bdf4579cf6e336cd49cd3f190534e2 Mon Sep 17 00:00:00 2001 From: Riffaells Date: Tue, 3 Dec 2024 11:47:13 +0500 Subject: [PATCH] update --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',