diff --git a/src/layer/Popup.js b/src/layer/Popup.js index 81fb96b4..834a1e66 100644 --- a/src/layer/Popup.js +++ b/src/layer/Popup.js @@ -19,8 +19,8 @@ L.Popup = L.Class.extend({ this._map = map; if (!this._container) { this._initLayout(); - this._updateContent(); } + this._updateContent(); this._container.style.opacity = '0';