Skip to content

Commit

Permalink
Merge branch 'release/v0.26.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Jan 5, 2025
2 parents a0ebadf + 907aa0e commit cf09d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/basic/oui-file.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function doSelect() {
<slot name="preview" :filename="modelFilename">
{{ modelFilename ?? t('File available', 'oui.file.placeholder') }}
</slot>
<OuiClose @click="model = undefined" />
<OuiClose @click.stop.prevent="model = undefined" />
</template>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oui-kit",
"type": "module",
"version": "0.26.2",
"version": "0.26.3",
"author": {
"email": "[email protected]",
"name": "Dirk Holtwick",
Expand Down

0 comments on commit cf09d16

Please sign in to comment.