fix: add key to open image dialog block selector

This commit is contained in:
trafficlunar 2025-01-10 20:05:09 +00:00
parent 0afb49c306
commit 0c22cef780

View file

@ -66,6 +66,7 @@ function BlockSelector({ stageWidth, searchInput, selectedBlocks, setSelectedBlo
{selectedBlocks.includes(block) && (
<Graphics
key={index}
x={x}
y={y}
draw={(g) => {