remember send tab selection

This commit is contained in:
Pete Matsyburka
2026-02-11 12:16:05 +02:00
parent 93babe3660
commit 2056301f70
2 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ export default class extends HTMLElement {
}
get button () {
return this.querySelector('button')
return this.querySelector('button, label')
}
}