fix: add key to open image dialog block selector
This commit is contained in:
parent
0afb49c306
commit
0c22cef780
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ function BlockSelector({ stageWidth, searchInput, selectedBlocks, setSelectedBlo
|
|||
|
||||
{selectedBlocks.includes(block) && (
|
||||
<Graphics
|
||||
key={index}
|
||||
x={x}
|
||||
y={y}
|
||||
draw={(g) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue