removed pet menu conditional rendering to allow onDestroy
This commit is contained in:
@@ -81,12 +81,10 @@
|
||||
initialX={position.raw.x}
|
||||
initialY={position.raw.y}
|
||||
>
|
||||
{#if $sceneInteractive}
|
||||
<PetMenu
|
||||
actions={createPetActions(friendName)}
|
||||
ariaLabel={`Open ${friendName} actions`}
|
||||
/>
|
||||
{/if}
|
||||
</Neko>
|
||||
{/if}
|
||||
{/each}
|
||||
|
||||
Reference in New Issue
Block a user