fix tooltips

This commit is contained in:
philipp lang 2024-04-26 15:16:22 +02:00
parent 896aca3a65
commit b65ae906b2
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
import {vTooltip, options} from 'floating-vue';
options.themes.tooltip.delay.show = 0;
options.themes.tooltip.distance = 15;
options.themes.tooltip.delay.hide = 2000;
options.themes.tooltip.autoHideOnMousedown = true;
options.themes.tooltip.html = true;
options.themes.tooltip.handleResize = true;