Skip to content

Commit

Permalink
FIO-7826 fixed drag and drop for pdf
Browse files Browse the repository at this point in the history
HannaKurban committed Jan 30, 2024
1 parent 3901e86 commit 9ef3b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PDF.js
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ export default class PDF extends Webform {
}

rebuild() {
if (this.attached && this.builderMode && this.component.components) {
if (this.builderMode && this.component.components) {
this.destroyComponents();
this.addComponents();
return Promise.resolve();

0 comments on commit 9ef3b39

Please sign in to comment.