#2204 restore mapitem position when scale back to zoom_detaille 1

This commit is contained in:
Bachir Soussi Chiadmi 2024-03-11 11:07:27 +01:00
parent 0c4721fbfc
commit fe55f6dbf9
2 changed files with 2 additions and 1 deletions

View File

@ -739,6 +739,7 @@ export default {
this.body.collisionFilter.mask = 0x0004;
} else {
this.body.collisionFilter.mask = 0x0001;
this.resetMapItemPosition();
}
},
/*

View File

@ -29,7 +29,7 @@ export default {
entite: null,
history_value: 0,
history_slider_ops: null,
details_value: 0,
details_value: 1,
details_slider_ops: null,
infos_opened: false,
chevronright_path: mdiChevronRight,