ПЖ
Size: a a a
ПЖ
f
A
f
V
V
TM
DP
IZ
IZ
b
AK
IZ
DP
const content = popup.getPopup()._container.querySelector('.prop-photo .next');
this.mapService.L.DomEvent.on(content, 'click', _ => {
AK
ПЖ
b
const content = popup.getPopup()._container.querySelector('.prop-photo .next');
this.mapService.L.DomEvent.on(content, 'click', _ => {
this.mapService.L.DomEvent.on(
content,
popup.getPopup()._container,
(e) => {
if (e.target.matches('.prop-photo .next')) {
...
}
}
)
по идее так должно быть (может быть closest вместо matches)ВТ
DP
this.mapService.L.DomEvent.on(
content,
popup.getPopup()._container,
(e) => {
if (e.target.matches('.prop-photo .next')) {
...
}
}
)
по идее так должно быть (может быть closest вместо matches)f