Skip to content

Commit aecec05

Browse files
committed
delete from avoid_set when editing
1 parent 1f00fa3 commit aecec05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/hub.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,6 +1259,7 @@ let hub_main_props = {
12591259
this.draw();
12601260
} else if (["AB", "AW", "AE"].includes(config.editing)) {
12611261
this.halt();
1262+
delete config.avoid_set[s] // Reasonable in all cases.
12621263
let key = config.editing;
12631264
if (event.button === 2 && key !== "AE") {
12641265
// When user right click with Add Black or Add White, use the other colour instead.

0 commit comments

Comments
 (0)