Skip to content

Commit

Permalink
feat(Lensflare): guard against undefined ref value
Browse files Browse the repository at this point in the history
  • Loading branch information
andretchen0 committed Sep 2, 2023
1 parent fc8ad30 commit 2c6c912
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/abstractions/Lensflare.vue
Original file line number Diff line number Diff line change
Expand Up @@ -307,4 +307,6 @@ watch(() => props.flare, onChange)
</script>

<template><TresGroup v-bind="$attrs" ref="lensflareRef"></TresGroup></template>
<template>
<TresGroup v-bind="$attrs" ref="lensflareRef"></TresGroup>
</template>

0 comments on commit 2c6c912

Please sign in to comment.