Skip to content

Commit 023a930

Browse files
committed
fix: client: polyfill (#442)
1 parent b34ee44 commit 023a930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/polyfill.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/* global DOM */
44
require('domtokenlist-shim');
55

6-
const scrollIntoViewIfNeeded = require('scroll-into-view-if-needed').default;
6+
const scrollIntoViewIfNeeded = require('scroll-into-view-if-needed');
77

88
DOM.scrollIntoViewIfNeeded = (el) => scrollIntoViewIfNeeded(el, {
99
block: 'nearest',

0 commit comments

Comments
 (0)