drop redundant button role

This commit is contained in:
Philipp Dormann 2023-04-12 19:03:49 +02:00
parent 94155845f0
commit e7eddb4f08
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -185,7 +185,6 @@
<th class="cursor-pointer"> <th class="cursor-pointer">
{#if !header.isPlaceholder} {#if !header.isPlaceholder}
<button <button
role="button"
tabindex="0" tabindex="0"
on:click={header.column.getToggleSortingHandler()} on:click={header.column.getToggleSortingHandler()}
> >