💄 tooltip hovers over cursor
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user