Skip to content

Commit

Permalink
runtime change handle
Browse files Browse the repository at this point in the history
  • Loading branch information
Zedwag committed Sep 12, 2024
1 parent 4da58b7 commit 726a10f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/devextreme/js/__internal/ui/map/m_map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,11 @@ const Map = Widget.inherit({
}
case 'markerIconSrc':
this._queueAsyncAction('updateMarkers', this._rendered.markers, this._rendered.markers);
break;
case 'googleMapConfig':
this._suppressAsyncAction = true;
this._invalidate();

break;
case 'onReady':
case 'onUpdated':
Expand Down

0 comments on commit 726a10f

Please sign in to comment.