Afnan Nadeem
Results
1
comments of
Afnan Nadeem
> Another approach is to use portals: > > ```js > class ElementInfoWindow extends InfoWindow { > renderInfoWindow() { > InfoWindow.prototype.renderInfoWindow.call(this); > this.elem = document.createElement('div'); > } > renderChildren() {...