mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-08-28 17:21:05 +00:00
feat: final fixes and chores
This commit is contained in:
@@ -128,8 +128,8 @@ function onCustomSidebarCaptureClick(event: MouseEvent) {
|
||||
}
|
||||
|
||||
const key = li.dataset.key;
|
||||
if (!key) return;
|
||||
const item = sidebarState.findByKey(key);
|
||||
const path = li.dataset.path;
|
||||
const item = sidebarState.resolveItem(key, path);
|
||||
if (item) sidebarState.activateItem(item, menuEl);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user