fix: accidental commented code for #1

This commit is contained in:
trafficlunar 2025-02-20 21:28:32 +00:00
parent c9e5947327
commit 20cf42180e

View file

@ -52,7 +52,7 @@ function BlockSelector({ stageWidth, searchInput, selectedBlocks, setSelectedBlo
onPointerLeave={() => setHoverPosition(null)} onPointerLeave={() => setHoverPosition(null)}
onUnmount={() => { onUnmount={() => {
// NOTE: this event gets called a couple times when run in development // NOTE: this event gets called a couple times when run in development
// showStage.current = false; showStage.current = false;
}} }}
> >
<Container> <Container>