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.
1 parent 9c91b33 commit e218181Copy full SHA for e218181
app/src/h5-element.tsx
@@ -15,7 +15,7 @@ export class H5WebViewer extends HTMLElement {
15
16
connectedCallback() {
17
if (!this.shadowRoot) {
18
- this.shadow = this.attachShadow({ mode: 'open', delegatesFocus: true });
+ this.shadow = this.attachShadow({ mode: 'open' });
19
20
const styleEl = document.createElement('style');
21
styleEl.textContent = h5webCss;
0 commit comments