mirror of
https://github.com/flarum/core.git
synced 2025-08-04 23:47:32 +02:00
Remove unrelated change
This commit is contained in:
@@ -374,10 +374,6 @@ export default class PostStream extends Component {
|
||||
* @param {jQuery} $item
|
||||
*/
|
||||
flashItem($item) {
|
||||
$item.addClass('flash').on('animationend webkitAnimationEnd', () => {
|
||||
if (event.animationName === 'fadeIn') {
|
||||
$item.removeClass('flash');
|
||||
}
|
||||
});
|
||||
$item.addClass('flash').one('animationend webkitAnimationEnd', () => $item.removeClass('flash'));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user