Skip to content

Commit 3a4872f

Browse files
committed
Add missing attrs
1 parent ffe0764 commit 3a4872f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/task-lists-element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default class TaskListsElement extends HTMLElement {
8282
const handleTemplate = document.createElement('template')
8383
handleTemplate.innerHTML = `
8484
<span class="handle">
85-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16">
85+
<svg xmlns="http://www.w3.org/2000/svg" class="drag-handle" aria-hidden="true" viewBox="0 0 16 16" width="16" height="16">
8686
<path fill-rule="evenodd" d="M10 13a1 1 0 100-2 1 1 0 000 2zm-4 0a1 1 0 100-2 1 1 0 000 2zm1-5a1 1 0 11-2 0 1 1 0 012 0zm3 1a1 1 0 100-2 1 1 0 000 2zm1-5a1 1 0 11-2 0 1 1 0 012 0zM6 5a1 1 0 100-2 1 1 0 000 2z"></path>
8787
</svg>
8888
</span>`

0 commit comments

Comments
 (0)