Skip to content

Commit

Permalink
fix #1912: stop action button click event propagation (#236)
Browse files Browse the repository at this point in the history
fix [#1912](IceWhaleTech/CasaOS#1912)

Fixed behaviour:


https://github.com/user-attachments/assets/a61ad493-a372-486a-81ba-cbc4fc530af2

See broken behaviour in the linked GH issue
  • Loading branch information
malykhinvi authored Jul 26, 2024
1 parent dc996f7 commit c2db132
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* @FilePath: /CasaOS-UI/src/components/filebrowser/components/ActionButton.vue
-->
<template>
<div class="action-btn">
<div class="action-btn" @click.stop>
<b-dropdown :id="'dr-'+index" ref="dropDown" :close-on-click="false"
:position="'is-'+verticalPos+'-'+horizontalPos" animation="fade1"
append-to-body aria-role="list" class="file-dropdown"
Expand Down

0 comments on commit c2db132

Please sign in to comment.