From b33ef15a01d5f0eea8c71b9c90a1f9a39ffc9a5a Mon Sep 17 00:00:00 2001 From: RobPruzan Date: Thu, 27 Mar 2025 20:27:39 -0400 Subject: [PATCH] iframe test --- packages/scan/src/core/index.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;