diff --git a/src/components/organisms/BrowserWindow.tsx b/src/components/organisms/BrowserWindow.tsx
index a849446b..d4aa0b15 100644
--- a/src/components/organisms/BrowserWindow.tsx
+++ b/src/components/organisms/BrowserWindow.tsx
@@ -234,44 +234,44 @@ export const BrowserWindow = () => {
return (
{
- getText === true || getList === true ? (
-
{ }}
- canBeClosed={false}
- >
-
-
Select Attribute
-
- {attributeOptions.map((option) => (
-
- ))}
-
-
-
- ) : null
-}
+ getText === true || getList === true ? (
+
{ }}
+ canBeClosed={false}
+ >
+
+
Select Attribute
+
+ {attributeOptions.map((option) => (
+
+ ))}
+
+
+
+ ) : null
+ }
{((getText === true || getList === true) && !showAttributeModal && highlighterData?.rect != null && highlighterData?.rect.top != null) && canvasRef?.current ?