This commit is contained in:
Данил 2024-03-08 19:38:49 +03:00
commit e8550cc761
13 changed files with 214 additions and 0 deletions

View file

@ -0,0 +1,6 @@
tooltip = function () {
tippy("[data-tippy-content]", {
delay: [350],
})
}
tooltip()