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.
2 parents f2d2582 + 1cfaacb commit 0be4e28Copy full SHA for 0be4e28
src/runtime/internal/dom.ts
@@ -223,6 +223,7 @@ export function add_resize_listener(element, fn) {
223
const object = document.createElement('object');
224
object.setAttribute('style', 'display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;');
225
object.type = 'text/html';
226
+ object.tabIndex = -1;
227
228
let win;
229
0 commit comments