diff --git a/src/components/organisms/BrowserWindow.tsx b/src/components/organisms/BrowserWindow.tsx index f63ecd38..b87afaca 100644 --- a/src/components/organisms/BrowserWindow.tsx +++ b/src/components/organisms/BrowserWindow.tsx @@ -124,7 +124,9 @@ export const BrowserWindow = () => { return (
- setShowConfirmation(false)} canBeClosed={false} @@ -135,6 +137,8 @@ export const BrowserWindow = () => { onNo={() => handleConfirmation(false)} /> + ) : null + } {(!showConfirmation && highlighterData?.rect != null && highlighterData?.rect.top != null) && canvasRef?.current ?