Skip to content

Commit 445b224

Browse files
committed
Fix: Fire PAGE_ADDED one time on copying page, #943
1 parent 972ecfd commit 445b224

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/editor.ts

-1
Original file line numberDiff line numberDiff line change
@@ -2919,7 +2919,6 @@ export class SurveyCreator implements ISurveyObjectEditorOptions {
29192919
this.survey.pages.push(newPage);
29202920
}
29212921
this.addPageToUI(newPage);
2922-
this.setModified({ type: "PAGE_ADDED", newValue: newPage });
29232922
return newPage;
29242923
};
29252924
/**

0 commit comments

Comments
 (0)