You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to enable premoves for both sides in free play. I tried setting interactibleSide to InteractableSide.both, but this did not do the trick.
I found the issue, by the way: At lines 382 and 774 of the file Board.dart, you should check for the possibility that widget.data.interactableSide is set to InteractableSide.both.
The text was updated successfully, but these errors were encountered:
In any case, the current solution where making both sides interactable turns off premoves for both sides is very confusing and inconsistent. And changing it only requires updating two lines of code.
I would like to enable premoves for both sides in free play. I tried setting
interactibleSide
toInteractableSide.both
, but this did not do the trick.I found the issue, by the way: At lines 382 and 774 of the file
Board.dart
, you should check for the possibility thatwidget.data.interactableSide
is set toInteractableSide.both
.The text was updated successfully, but these errors were encountered: