Skip to content

Commit af05d65

Browse files
committed
chore: tes-ignore getDefaultCharWidth
1 parent 1460c80 commit af05d65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/datatip-manager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ export class DataTipManager {
279279
// means the mouse event occured quite far away from where the text ends on that row. Do not
280280
// show the datatip in such situations and hide any existing datatips (the mouse moved more to
281281
// the right, away from the actual text)
282+
// @ts-ignore: internal API
282283
if (distance >= this.editor.getDefaultCharWidth()) {
283284
return this.unmountDataTip()
284285
}

0 commit comments

Comments
 (0)