adopted-ember-addons / adopted-ember-addons/ember-leaflet
Popup width is not updated automatically when content changes
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 210
- Forks
- 88
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 16
Description
In my app, when the user clicks on a marker, a promise needs to be resolved before the popup content is rendered by Ember.
The problem is that the width seems to be computed only once (at the time the popup opens) and the popup ends-up being not wide enough for the content.
Any idea how to fix this ?
Contributor guide
Assessment
This issue has not been assessed yet.