diff --git a/src/public/app/widgets/type_widgets/doc.ts b/src/public/app/widgets/type_widgets/doc.ts index 47e65fc78..2e8b2ab6f 100644 --- a/src/public/app/widgets/type_widgets/doc.ts +++ b/src/public/app/widgets/type_widgets/doc.ts @@ -79,6 +79,7 @@ export default class DocTypeWidget extends TypeWidget { }); } else { this.$content.empty(); + resolve(); } }); }