mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-12-06 22:48:10 +08:00
Backport #35739 by wxiaoguang This is a follow up for #35662, and also fix #31181, help #30275, fix #31161 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
@@ -209,3 +209,7 @@ export function showTemporaryTooltip(target: Element, content: Content): void {
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
export function getAttachedTippyInstance(el: Element): Instance | null {
|
||||
return el._tippy ?? null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user