From 5242cdf7d1c4dc65faf9d3bfb8a9517f478f8ebe Mon Sep 17 00:00:00 2001 From: Andrew Telnov Date: Thu, 14 Mar 2024 14:33:18 +0200 Subject: [PATCH] Remove survey.onVisibleChanged from docs fix https://github.com/surveyjs/service/issues/2028 --- src/survey.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/survey.ts b/src/survey.ts index a62806d737..57f5893f26 100644 --- a/src/survey.ts +++ b/src/survey.ts @@ -245,7 +245,7 @@ export class SurveyModel extends SurveyElementCore * Refer to the following help topic for information on how to implement conditional visibility: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey/conditional-logic#conditional-visibility). */ public onQuestionVisibleChanged: EventBase = this.addEvent(); - public onVisibleChanged: EventBase = this.onQuestionVisibleChanged; + public onVisibleChanged: EventBase = this.onQuestionVisibleChanged; /** * An event that is raised after page visibility is changed. *