Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Zedwag committed Oct 6, 2024
1 parent 568e432 commit f8b2d29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/devextreme/js/__internal/ui/map/m_map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ const Map = Widget.inherit({
case 'disabled':
this._renderShield();
this.callBase(args);
this._queueAsyncAction('updateDisabled');
break;
case 'width':
case 'height':
Expand Down
2 changes: 2 additions & 0 deletions packages/devextreme/js/__internal/ui/map/m_provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ const Provider = Class.inherit({

updateMapType: abstract,

updateDisabled: abstract,

updateBounds: abstract,

updateCenter: abstract,
Expand Down

0 comments on commit f8b2d29

Please sign in to comment.