Remove selected from channel list

This commit is contained in:
2025-08-25 12:07:15 +02:00
parent 22b8392fd5
commit 2b1bf5040f
2 changed files with 6 additions and 1 deletions

View File

@@ -14,7 +14,6 @@
@focus="handleFocus"
role="option"
:aria-current="isActive"
aria-selected="true"
@keydown="handleKeydown"
:tabindex="tabindex"
:aria-label="channelAriaLabel"

6
package-lock.json generated Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "notebrook",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}