We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d1b82 commit 04255dfCopy full SHA for 04255df
1 file changed
website/apps/main.js
@@ -68,7 +68,7 @@ const Dialog = ({app, modal, toggleModal}) => {
68
}
69
70
return html`
71
- <dialog ref=${ref} id=${app.app_id} onClose=${() => toggleModal(false)} aria-labelledby="${app.app_id}_label" aria-describedby="${app.app_id}_desc">
+ <dialog ref=${ref} id=${app.app_id} onClose=${() => toggleModal(false)} closedby="any" aria-labelledby="${app.app_id}_label" aria-describedby="${app.app_id}_desc">
72
<div class="app-container">
73
<img src="${xdcget_export + "/" + app.icon_relname}" loading="lazy" alt="Icon of ${app.name} app" />
74
<div class="metadata">
0 commit comments