♿ tooltip appears above mouse
This commit is contained in:
@@ -35,8 +35,7 @@ const annotationHoverTooltip = hoverTooltip(
|
|||||||
if (!ann) return null
|
if (!ann) return null
|
||||||
|
|
||||||
return {
|
return {
|
||||||
pos: ann.from,
|
pos,
|
||||||
end: ann.to,
|
|
||||||
above: true,
|
above: true,
|
||||||
create() {
|
create() {
|
||||||
const dom = document.createElement('div')
|
const dom = document.createElement('div')
|
||||||
|
|||||||
Reference in New Issue
Block a user