Skip to content

Commit 746a382

Browse files
authored
Merge pull request #4833 from Countly/ar2rsawseen-patch-16
Disable html in tooltips
2 parents 6802a59 + b4082be commit 746a382

File tree

1 file changed

+1
-0
lines changed
  • frontend/express/public/javascripts/countly/vue

1 file changed

+1
-0
lines changed

frontend/express/public/javascripts/countly/vue/imports.js

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
window.VTooltip.VTooltip.options.popover.defaultBoundariesElement = 'window';
1010
window.VTooltip.VTooltip.options.popover.defaultClass = 'cly-vue-popover';
1111
window.VTooltip.VTooltip.options.popover.defaultInnerClass = 'cly-vue-popover__content';
12+
window.VTooltip.VTooltip.options.defaultHtml = false;
1213

1314
Vue.directive("click-outside", ELEMENT.utils.Clickoutside);
1415
Vue.use(VueClipboard);

0 commit comments

Comments
 (0)