Skip to content

Commit 143ef10

Browse files
committed
delete resolved comment
1 parent 8852cc5 commit 143ef10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/mdc/Datatable/Datatable.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ onMount(() => {
3737
dispatch('rowSelectionChanged', event.detail)
3838
})
3939
40-
// This does not work because of an MDC bug. See https://github.com/material-components/material-components-web/issues/6385
41-
// If checkboxes are needed, check for a release of the PR linked to the above issue, or pull in the destroy code here.
4240
return () => dataTable.destroy()
4341
})
4442

0 commit comments

Comments
 (0)