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