mirror of
https://github.com/flarum/core.git
synced 2025-05-08 08:25:29 +02:00
Fix broken tooltip in index pane
This commit is contained in:
parent
03320976c3
commit
d2ef15455e
@ -57,7 +57,7 @@ export default Ember.Component.extend({
|
|||||||
}, 100);
|
}, 100);
|
||||||
|
|
||||||
if (this.get('discussion.isUnread')) {
|
if (this.get('discussion.isUnread')) {
|
||||||
this.$().find('.count').tooltip();
|
this.$().find('.count').tooltip({container: 'body'});
|
||||||
}
|
}
|
||||||
|
|
||||||
// var view = this;
|
// var view = this;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user