fix(bluetooth): update filter container ID to btFilterGroup, document sticky offset

This commit is contained in:
James Smith
2026-03-29 15:29:07 +01:00
parent d2c00b4b2c
commit ab4745c70a
2 changed files with 2 additions and 1 deletions

View File

@@ -129,7 +129,7 @@ const BluetoothMode = (function() {
*/
function initDeviceFilters() {
if (filterListenersBound) return;
const filterContainer = document.getElementById('btDeviceFilters');
const filterContainer = document.getElementById('btFilterGroup');
if (filterContainer) {
filterContainer.addEventListener('click', (e) => {
const btn = e.target.closest('.bt-filter-btn');