Skip to content

Commit ec0388b

Browse files
authored
Trigger onExecuteAction for Toggle Visibility Action (#7172)
1 parent ae01967 commit ec0388b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/nodejs/adaptivecards/src/card-elements.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5175,6 +5175,7 @@ export class ToggleVisibilityAction extends Action {
51755175
}
51765176

51775177
execute() {
5178+
super.execute();
51785179
if (this.parent) {
51795180
for (const elementId of Object.keys(this.targetElements)) {
51805181
const targetElement = this.parent.getRootElement().getElementById(elementId);

0 commit comments

Comments
 (0)