diff --git a/src/components/organisms/BrowserWindow.tsx b/src/components/organisms/BrowserWindow.tsx index c7b64d59..6d6fdec9 100644 --- a/src/components/organisms/BrowserWindow.tsx +++ b/src/components/organisms/BrowserWindow.tsx @@ -234,30 +234,30 @@ 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 ?