Commit c4826c33 authored by Simon Knox's avatar Simon Knox

fix tooltip flickering on note emoji buttons

parent a17d0527
...@@ -200,6 +200,7 @@ export default { ...@@ -200,6 +200,7 @@ export default {
:class="getAwardClassBindings(awardList, awardName)" :class="getAwardClassBindings(awardList, awardName)"
:title="awardTitle(awardList)" :title="awardTitle(awardList)"
class="btn award-control" class="btn award-control"
data-boundary="viewport"
data-placement="bottom" data-placement="bottom"
type="button" type="button"
@click="handleAward(awardName)"> @click="handleAward(awardName)">
...@@ -217,6 +218,7 @@ export default { ...@@ -217,6 +218,7 @@ export default {
class="award-control btn js-add-award" class="award-control btn js-add-award"
title="Add reaction" title="Add reaction"
aria-label="Add reaction" aria-label="Add reaction"
data-boundary="viewport"
data-placement="bottom" data-placement="bottom"
type="button"> type="button">
<span <span
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment