- cal.on("mouseover", (event, _timestamp, value) => {
- if (value) event.target.style.cursor = "pointer";
- });
+ cal.on("mouseover", (event, timestamp, value) => {
+ if (!displayName || !value) return;
+ if (event.target.parentElement.nodeName === "a") return;