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) && (
|
{selectedBlocks.includes(block) && (
|
||||||
<Graphics
|
<Graphics
|
||||||
|
key={index}
|
||||||
x={x}
|
x={x}
|
||||||
y={y}
|
y={y}
|
||||||
draw={(g) => {
|
draw={(g) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue