We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784454d commit c25ef26Copy full SHA for c25ef26
1 file changed
src/gallery_ui.ts
@@ -197,7 +197,8 @@ export class GalleryUi extends LitElement {
197
${asset.sourceName}
198
<span class="countBubble">${asset.count}</span>
199
<div class="linkOverlay"><mwc-icon>open_in_new</mwc-icon></div>
200
- <mwc-checkbox ?checked=${checked}></mwc-checkbox>
+ <mwc-checkbox ?checked=${checked} @click=${onCheckboxClick}>
201
+ </mwc-checkbox>
202
</a>`;
203
}
204
return html`
0 commit comments