#8339 - fix_preview #1277

Merged
jon merged 4 commits from 8339_fix_preview into dev 2025-01-24 07:55:20 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit bddfd91de1 - Show all commits

4
.gitignore vendored
View File

@ -29,5 +29,5 @@ yarn-error.log*
*.sln
# Cypress directories and files
/tests/cypress/videos
/tests/cypress/screenshots
/test/cypress/videos
/test/cypress/screenshots

View File

@ -41,7 +41,7 @@ const card = toRef(props, 'item');
</div>
</div>
<div class="content">
<span class="link">
<span class="link" @click.stop>
{{ card.name }}
<ItemDescriptorProxy :id="card.id" />
</span>