This commit is contained in:
Timothy Jaeryang Baek 2025-02-27 11:39:59 -08:00
parent 866d02bbae
commit ed0b9be4e3

View File

@ -123,8 +123,6 @@
if (contents.length === 0) {
showControls.set(false);
showArtifacts.set(false);
toast.error($i18n.t('No HTML, CSS, or JavaScript content found.'));
}
selectedContentIdx = contents ? contents.length - 1 : 0;