Add a tooltip showing delay of a quarter second

This commit is contained in:
Henrik Giesel 2021-06-11 23:20:04 +02:00
parent 880546c895
commit a035679171

View file

@ -13,6 +13,7 @@
placement: "bottom",
html: true,
offset: [0, 20],
delay: { show: 250, hide: 0 },
});
}
</script>