@@ -561,7 +561,7 @@ async function handleImportUrl() {
function onLinkPaste() {
// Wait for next tick to let v-model update
setTimeout(() => {
- if ((modelLink.value.includes('thingiverse.com') || modelLink.value.includes('printables.com')) && !files.length) {
+ if ((modelLink.value.includes('thingiverse.com') || modelLink.value.includes('printables.com')) && !files.value.length) {
handleImportUrl();
}
}, 100);