fix: make isSelected true

This commit is contained in:
karishmas6
2024-06-25 22:45:14 +05:30
parent d1fa77cf57
commit 1d310c827b

View File

@@ -118,7 +118,7 @@ export const BrowserWindow = () => {
width={width}
height={height}
canvasRect={canvasRef.current.getBoundingClientRect()}
isSelected={false}
isSelected={true}
/>
: null
))}