mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-25 13:01:49 +00:00
fix: tooltip delay for errors
This commit is contained in:
parent
62810b0395
commit
66f26ad3b6
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
import 'tippy.js/dist/tippy.css';
|
||||
|
||||
const isTooltip = helperText ? tippy : () => {};
|
||||
const tooltipDelay = error != "" ? 0 : 1000;
|
||||
$: tooltipDelay = error != "" ? 0 : 1000;
|
||||
</script>
|
||||
|
||||
<div
|
||||
|
|
|
|||
Loading…
Reference in a new issue