(e)
| 1172 | return console.error("Your browser is not supported"), null; |
| 1173 | } |
| 1174 | function Ge(e) { |
| 1175 | if (!e || !gt()) |
| 1176 | return document.body; |
| 1177 | for (; e.parentNode && (e = e.parentNode); ) |
| 1178 | if (e instanceof ShadowRoot) |
| 1179 | return e.host; |
| 1180 | return document.body; |
| 1181 | } |
| 1182 | const he = { getAbsoluteLeft: function(e) { |
| 1183 | return this.getOffset(e).left + (parseInt(window.getComputedStyle(e).paddingLeft, 10) || 0); |
| 1184 | }, getAbsoluteTop: function(e) { |
no test coverage detected