Skip to content

Commit e218181

Browse files
committed
Remove delegate focus
1 parent 9c91b33 commit e218181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/h5-element.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class H5WebViewer extends HTMLElement {
1515

1616
connectedCallback() {
1717
if (!this.shadowRoot) {
18-
this.shadow = this.attachShadow({ mode: 'open', delegatesFocus: true });
18+
this.shadow = this.attachShadow({ mode: 'open' });
1919

2020
const styleEl = document.createElement('style');
2121
styleEl.textContent = h5webCss;

0 commit comments

Comments
 (0)