Added notes to map state reset detection
This commit is contained in:
parent
92fa7133bc
commit
927c596b04
@ -39,7 +39,8 @@ function MapTiles({
|
|||||||
if (
|
if (
|
||||||
Object.values(state.tokens).length > 0 ||
|
Object.values(state.tokens).length > 0 ||
|
||||||
state.mapDrawActions.length > 0 ||
|
state.mapDrawActions.length > 0 ||
|
||||||
state.fogDrawActions.length > 0
|
state.fogDrawActions.length > 0 ||
|
||||||
|
Object.values(state.notes).length > 0
|
||||||
) {
|
) {
|
||||||
hasMapState = true;
|
hasMapState = true;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user