MCPcopy Create free account
hub / github.com/Make-md/makemd / positioned

Method positioned

src/basics/tooltip.ts:582–582  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

580 update?(update: ViewUpdate): void;
581 /// Called when the tooltip has been (re)positioned.
582 positioned?(): void;
583}
584
585const noOffset = { x: 0, y: 0 };

Callers 4

writeMeasureMethod · 0.65
positionedMethod · 0.65
writeMeasureMethod · 0.65
positionedMethod · 0.65

Implementers 1

HoverTooltipHostsrc/basics/tooltip.ts

Calls

no outgoing calls

Tested by

no test coverage detected