nicolium: update comment
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
// TOOD Verify if any of the lesser-known browsers actually need those.
|
||||
import 'abortcontroller-polyfill/dist/polyfill-patch-fetch';
|
||||
import 'intersection-observer';
|
||||
import { install as installResizeObserver } from 'resize-observer';
|
||||
|
||||
// Needed by @tanstack/virtual, I guess
|
||||
// Needed by Virtuoso.
|
||||
if (!window.ResizeObserver) {
|
||||
installResizeObserver();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user