mirror of
https://github.com/flarum/core.git
synced 2025-06-23 11:15:53 +02:00
Make sure user cards disappear properly on old browsers
closes flarum/core#222
This commit is contained in:
@ -92,7 +92,7 @@ export default class PostUser extends Component {
|
||||
*/
|
||||
hideCard() {
|
||||
this.$('.UserCard').removeClass('in')
|
||||
.one('transitionend', () => {
|
||||
.one('transitionend webkitTransitionEnd oTransitionEnd', () => {
|
||||
this.cardVisible = false;
|
||||
m.redraw();
|
||||
});
|
||||
|
Reference in New Issue
Block a user