File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,7 @@ export default {
32
32
if (this .parentContainer ) {
33
33
if (this .parentContainer .unbindPopup ) {
34
34
this .parentContainer .unbindPopup ();
35
- } else if (this .parentContainer .mapObject
36
- && this .parentContainer .mapObject .unbindPopup ) {
35
+ } else if (this .parentContainer .mapObject && this .parentContainer .mapObject .unbindPopup ) {
37
36
this .parentContainer .mapObject .unbindPopup ();
38
37
}
39
38
}
Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ export default {
23
23
if (this .parentContainer ) {
24
24
if (this .parentContainer .unbindTooltip ) {
25
25
this .parentContainer .unbindTooltip ();
26
- } else if (this .parentContainer .mapObject
27
- && this .parentContainer .mapObject .unbindTooltip ) {
26
+ } else if (this .parentContainer .mapObject && this .parentContainer .mapObject .unbindTooltip ) {
28
27
this .parentContainer .mapObject .unbindTooltip ();
29
28
}
30
29
}
You can’t perform that action at this time.
0 commit comments