We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34ee44 commit 023a930Copy full SHA for 023a930
client/modules/polyfill.js
@@ -3,7 +3,7 @@
3
/* global DOM */
4
require('domtokenlist-shim');
5
6
-const scrollIntoViewIfNeeded = require('scroll-into-view-if-needed').default;
+const scrollIntoViewIfNeeded = require('scroll-into-view-if-needed');
7
8
DOM.scrollIntoViewIfNeeded = (el) => scrollIntoViewIfNeeded(el, {
9
block: 'nearest',
0 commit comments