diff --git a/packages/scan/src/core/index.ts b/packages/scan/src/core/index.ts index 76e51b1f..79a38051 100644 --- a/packages/scan/src/core/index.ts +++ b/packages/scan/src/core/index.ts @@ -603,11 +603,11 @@ const createNotificationsOutlineCanvas = () => { export const scan = (options: Options = {}) => { setOptions(options); - const isInIframe = Store.isInIframe.value; + // const isInIframe = Store.isInIframe.value; - if (isInIframe) { - return; - } + // if (isInIframe) { + // return; + // } if (options.enabled === false && options.showToolbar !== true) { return;