Skip to content

Commit

Permalink
Remove unused visual_undo_request_indicator field
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Aug 19, 2024
1 parent 2c148cc commit 765044e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goban-engine",
"version": "8.3.21",
"version": "8.3.22",
"description": "",
"main": "build/goban-engine.js",
"types": "build/engine/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goban",
"version": "8.3.21",
"version": "8.3.22",
"description": "",
"main": "build/goban.js",
"types": "build/src/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion src/GobanBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export interface GobanConfig extends GobanEngineConfig, PuzzleConfig {
one_click_submit?: boolean;
double_click_submit?: boolean;
variation_stone_opacity?: number;
visual_undo_request_indicator?: boolean;

//
auth?: string;
Expand Down

0 comments on commit 765044e

Please sign in to comment.