Skip to content

Commit

Permalink
fix 分组报错问题
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxianhuii committed Jul 2, 2024
1 parent 46b3113 commit d0b8a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mapboxgl/_types/map-event.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default new Vue({
this.collectCatalogsKeys(data.children, list);
continue;
}
list.push(data.renderSource.id || data.id);
list.push(data.renderSource?.id || data.id);
}
return list;
}
Expand Down
2 changes: 1 addition & 1 deletion static/libs/iclient-mapboxgl/iclient-mapboxgl.min.js

Large diffs are not rendered by default.

0 comments on commit d0b8a4b

Please sign in to comment.