mirror of
https://github.com/smittix/intercept.git
synced 2026-04-26 07:40:01 -07:00
fix(bluetooth): update filter container ID to btFilterGroup, document sticky offset
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user