mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-09 17:52:14 +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';
|
import 'tippy.js/dist/tippy.css';
|
||||||
|
|
||||||
const isTooltip = helperText ? tippy : () => {};
|
const isTooltip = helperText ? tippy : () => {};
|
||||||
const tooltipDelay = error != "" ? 0 : 1000;
|
$: tooltipDelay = error != "" ? 0 : 1000;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue