💄 tooltip hovers over cursor

This commit is contained in:
2026-03-19 21:54:06 +10:00
parent 9626df3531
commit 6a502de3df

View File

@@ -209,7 +209,7 @@ const annotationHoverTooltip = hoverTooltip(
// User comments: show static tooltip with the comment text — no AI streaming // User comments: show static tooltip with the comment text — no AI streaming
if (ann.type === 'user_comment') { if (ann.type === 'user_comment') {
return { return {
pos: ann.from, pos,
end: ann.to, end: ann.to,
above: true, above: true,
create() { create() {
@@ -244,7 +244,7 @@ const annotationHoverTooltip = hoverTooltip(
} }
return { return {
pos: ann.from, pos,
end: ann.to, end: ann.to,
above: true, above: true,
create() { create() {