We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1460c80 commit af05d65Copy full SHA for af05d65
lib/datatip-manager.ts
@@ -279,6 +279,7 @@ export class DataTipManager {
279
// means the mouse event occured quite far away from where the text ends on that row. Do not
280
// show the datatip in such situations and hide any existing datatips (the mouse moved more to
281
// the right, away from the actual text)
282
+ // @ts-ignore: internal API
283
if (distance >= this.editor.getDefaultCharWidth()) {
284
return this.unmountDataTip()
285
}
0 commit comments