fix(web client): don't highlight all fields when no movement possible
This commit is contained in:
parent
236c6df826
commit
9755ab1d41
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ pub fn Board(
|
||||||
cls.push_str(" exit-eligible");
|
cls.push_str(" exit-eligible");
|
||||||
}
|
}
|
||||||
|
|
||||||
if seqs_c.is_empty() {
|
if seqs_c.is_empty() && !is_move_stage {
|
||||||
// No restriction (dice not rolled or not move stage)
|
// No restriction (dice not rolled or not move stage)
|
||||||
if can_stage && (sel.is_some() || is_mine) {
|
if can_stage && (sel.is_some() || is_mine) {
|
||||||
cls.push_str(" clickable");
|
cls.push_str(" clickable");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue