Skip to content

Commit

Permalink
fix sharing inside gallery modal
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Jul 29, 2024
1 parent e4d79c9 commit b05cae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pages/gallery/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
:contributors="loadedContributors"
:packToName="packToName"
:ignoreList="ignoreList"
@share="copyShareURL"
@close="removeShareURL"
/>

Expand Down
2 changes: 1 addition & 1 deletion pages/gallery/modal/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<v-spacer />

<v-btn icon @click="() => $parent.copyShareLink(textureID)">
<v-btn icon @click="$emit('share', textureID)">
<v-icon>mdi-share-variant</v-icon>
</v-btn>
</template>
Expand Down

0 comments on commit b05cae0

Please sign in to comment.