MCPcopy
hub / github.com/hmjz100/LinkSwift / handleOver

Function handleOver

(改)网盘直链下载助手.user.js:3213–3220  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

3211 };
3212
3213 var handleOver = (e) => {
3214 var target = e.target.closest(".listener-tip");
3215 if (!target) return;
3216
3217 currentTarget = target;
3218 renderContent(target);
3219 updatePosition(e.pageX, e.pageY);
3220 };
3221
3222 var handleOut = (e) => {
3223 // 只有离开到非 tooltip/listener-tip 区域才隐藏

Callers

nothing calls this directly

Calls 2

renderContentFunction · 0.85
updatePositionFunction · 0.85

Tested by

no test coverage detected