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