Skip to content

Commit

Permalink
fix(#1557): allow text editing when clicking the "edit" button (#1558)
Browse files Browse the repository at this point in the history
This PR makes the button be reactive to the pointer event
Closes #1557
  • Loading branch information
leiyre authored and frascuchon committed Jun 17, 2022
1 parent e76f14f commit 294a832
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/components/text2text/results/RecordText2Text.vue
Expand Up @@ -139,6 +139,7 @@ export default {
&:hover {
::v-deep .button-primary--outline {
opacity: 1 !important;
pointer-events: all;
transition: opacity 0.5s ease-in-out 0.2s !important;
}
}
Expand Down

0 comments on commit 294a832

Please sign in to comment.