fix: Ignore URL actions for other card IDs (#2272)

- Closes #2190
This commit is contained in:
Dermot Duffy
2025-12-09 20:22:22 -08:00
committed by GitHub
parent dacde91f3a
commit c9c7e93e19
3 changed files with 108 additions and 10 deletions
+1
View File
@@ -254,6 +254,7 @@ export interface CardMicrophoneAPI {
export interface CardQueryStringAPI {
getActionsManager(): ActionsManager;
getCardElementManager(): CardElementManager;
getConfigManager(): ConfigManager;
getViewManager(): ViewManager;
}