fix: make isSelected true
This commit is contained in:
@@ -118,7 +118,7 @@ export const BrowserWindow = () => {
|
|||||||
width={width}
|
width={width}
|
||||||
height={height}
|
height={height}
|
||||||
canvasRect={canvasRef.current.getBoundingClientRect()}
|
canvasRect={canvasRef.current.getBoundingClientRect()}
|
||||||
isSelected={false}
|
isSelected={true}
|
||||||
/>
|
/>
|
||||||
: null
|
: null
|
||||||
))}
|
))}
|
||||||
|
|||||||
Reference in New Issue
Block a user