SYNC: disable commands on special pages

This commit is contained in:
SPRINX0\prochazka
2025-11-07 13:09:42 +01:00
committed by Diflow
parent e855365cbb
commit dc452cdadf
2 changed files with 9 additions and 7 deletions

View File

@@ -346,6 +346,7 @@ function dispatchUpdateCommands() {
JSON.stringify({
isModalOpened: openedModalsValue?.length > 0,
commands: commandsValue,
dbgatePage: window['dbgate_page'],
})
);
}