Skip to content

Commit

Permalink
Merge pull request #1 from igr-ok/igr-ok-patch-1
Browse files Browse the repository at this point in the history
Update map_renderer.js
  • Loading branch information
igr-ok authored Jan 19, 2024
2 parents 9c924ed + 5c44fc1 commit 9bfbbed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ odoo.define("web_view_leaflet_map.MapRenderer", function (require) {
return this._super.apply(this, arguments).then(function () {
window.setTimeout(function () {
self.leaflet_map.invalidateSize();
}, 1);
}, 500);
});
},

Expand Down

0 comments on commit 9bfbbed

Please sign in to comment.