Skip to content

Commit

Permalink
Prevent Firefox from caching button disabled state
Browse files Browse the repository at this point in the history
  • Loading branch information
inkfarer committed Jan 15, 2024
1 parent 0ad0416 commit 6af413a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/iplButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
'inline': inline
}"
:disabled="hasLink ? undefined : disabledInternal"
:autocomplete="hasLink ? undefined : 'off'"
@click="handleClick"
@contextmenu="$emit('rightClick', $event)"
>
Expand Down

0 comments on commit 6af413a

Please sign in to comment.