fix: accidental commented code for #1
This commit is contained in:
parent
c9e5947327
commit
20cf42180e
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue