Skip to content

Commit

Permalink
Fixed #1494 - The maskStyle property doesn't work as expected in Spee…
Browse files Browse the repository at this point in the history
…dDial
  • Loading branch information
mertsincan committed Aug 31, 2021
1 parent f3a551f commit dbdf1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/speeddial/SpeedDial.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ul>
</div>
<template v-if="mask">
<div :class="maskClass" :style="this.maskStyle"></div>
<div :class="maskClass" :style="maskStyle"></div>
</template>
</template>

Expand Down

0 comments on commit dbdf1bf

Please sign in to comment.