diff --git a/src/components/molecules/ActionSettings.tsx b/src/components/molecules/ActionSettings.tsx
index 4a994d2b..dcf2ba5c 100644
--- a/src/components/molecules/ActionSettings.tsx
+++ b/src/components/molecules/ActionSettings.tsx
@@ -20,6 +20,8 @@ export const ActionSettings = ({ action }: ActionSettingsProps) => {
return ;
case 'scroll':
return ;
+ case 'scrape':
+ return ;
case 'scrapeSchema':
return ;
default:
diff --git a/src/components/organisms/BrowserWindow.tsx b/src/components/organisms/BrowserWindow.tsx
index 070dd17c..df7fe5cf 100644
--- a/src/components/organisms/BrowserWindow.tsx
+++ b/src/components/organisms/BrowserWindow.tsx
@@ -179,7 +179,7 @@ export const BrowserWindow = () => {
) : null
}
- {(getText === true && highlighterData?.rect != null && highlighterData?.rect.top != null) && canvasRef?.current ?
+ {(getText === true && !showAttributeModal && highlighterData?.rect != null && highlighterData?.rect.top != null) && canvasRef?.current ?