Fix extraneous newlines

This commit is contained in:
Claire
2023-05-28 18:06:09 +02:00
parent 382b2a506a
commit 5ed48e6878
56 changed files with 0 additions and 79 deletions

View File

@ -19,7 +19,6 @@ import LoadMore from './load_more';
import LoadPending from './load_pending';
import LoadingIndicator from './loading_indicator';
const MOUSE_IDLE_DELAY = 300;
const listenerOptions = supportsPassiveEvents ? { passive: true } : false;