feat(tips): add delay

This commit is contained in:
mrilyew 2025-05-23 21:43:10 +03:00 committed by Alexander Minkin
parent cf09251a90
commit 7bf7050cdc
2 changed files with 3 additions and 0 deletions

View file

@ -23,6 +23,7 @@ tippy.delegate("body", {
target: '.mention',
theme: "light vk",
content: "⌛",
delay: 300,
allowHTML: true,
interactive: true,
interactiveDebounce: 500,

View file

@ -825,6 +825,7 @@ tippy.delegate("body", {
target: '.client_app',
theme: "light vk",
content: "⌛",
delay: 400,
allowHTML: true,
interactive: true,
interactiveDebounce: 500,
@ -864,6 +865,7 @@ tippy.delegate('body', {
target: `.post-like-button[data-type]:not([data-likes="0"])`,
theme: "special vk",
content: "⌛",
delay: 400,
allowHTML: true,
interactive: true,
interactiveDebounce: 500,