We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea7242 commit e601fd8Copy full SHA for e601fd8
src/pat/tooltip/tooltip.js
@@ -301,6 +301,10 @@ export default Base.extend({
301
302
if (this.options.source === "ajax") {
303
await this._get_content();
304
+ // Also initialize content.
305
+ // Due to asynchronous ``_onShow`` the content might not be
306
+ // available when ``_onMount``, which does also a ``_initialize_content``.
307
+ this._initialize_content();
308
}
309
},
310
0 commit comments