mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-22 07:24:24 +01:00
DEV 4.4.0.4 - Update NSPanelTs.ts
This commit is contained in:
@@ -6972,7 +6972,7 @@ function HandleButtonEvent(words: any): void {
|
||||
|
||||
if (words[2].substring(0, 8) == 'navigate') {
|
||||
let temppage: PageType = eval(words[2].substring(9, words[2].length));
|
||||
if (temppage.hiddenByTrigger) {
|
||||
if (temppage.hiddenByTrigger && valueHiddenCards) {
|
||||
log(`Subpage ${words[2].substring(9, words[2].length)} is hidden`);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user