Skip to content

Commit 185ed95

Browse files
committed
chore: fix element type
1 parent e077751 commit 185ed95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/datatip-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ export class DataTipManager {
434434
position: Point,
435435
view: ViewContainer
436436
): CompositeDisposable | null {
437-
const { element } = view
437+
const element = view.element as HTMLElement
438438

439439
// TODO do we need this?
440440
if (!element) {

0 commit comments

Comments
 (0)