Skip to content

Commit 875573e

Browse files
authored
fix: update iframe resizer broken path in UIKIt
1 parent 22b5d73 commit 875573e

File tree

1 file changed

+1
-1
lines changed
  • packages/uikit-workshop/src/scripts/components/pl-layout

1 file changed

+1
-1
lines changed

packages/uikit-workshop/src/scripts/components/pl-layout/pl-layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const classNames = require('classnames');
66
import { store } from '../../store.js'; // connect to redux
77
import { BaseComponent } from '../base-component.js';
88

9-
import iFrameResize from 'iframe-resizer/src/iframeResizer.js';
9+
import iFrameResize from 'iframe-resizer/js/iframeResizer.js';
1010
iFrameResize({
1111
checkOrigin: false,
1212
scrolling: false,

0 commit comments

Comments
 (0)