fix(client): freeze if empty doc

This commit is contained in:
Elian Doran 2025-02-08 11:16:04 +02:00
parent f50f767e79
commit 7b8c4d2179
No known key found for this signature in database

View File

@ -79,6 +79,7 @@ export default class DocTypeWidget extends TypeWidget {
}); });
} else { } else {
this.$content.empty(); this.$content.empty();
resolve();
} }
}); });
} }