mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 07:07:13 -05:00
Add a tooltip showing delay of a quarter second
This commit is contained in:
parent
880546c895
commit
a035679171
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
||||||
placement: "bottom",
|
placement: "bottom",
|
||||||
html: true,
|
html: true,
|
||||||
offset: [0, 20],
|
offset: [0, 20],
|
||||||
|
delay: { show: 250, hide: 0 },
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue