mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
replace DomRect = null with new DomRect() in vTooltip
This commit is contained in:
committed by
Mungai Njoroge
parent
09453fc419
commit
8fe99a9b44
@@ -7,7 +7,7 @@ let store: any;
|
||||
|
||||
// @ts-ignore
|
||||
const virtualEl = {
|
||||
getBoundingClientRect: () => null,
|
||||
getBoundingClientRect: () => new DOMRect(),
|
||||
} as VirtualElement;
|
||||
|
||||
const getTooltip = () => document.getElementById("tooltip") as HTMLElement;
|
||||
|
||||
Reference in New Issue
Block a user