You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: