mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 13:43:03 -05:00
fixes
This commit is contained in:
parent
f54b65b0ff
commit
e8e145d6bd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export const findAllTextNodes = async () => {
|
||||||
extractMissingFonts(node, fonts);
|
extractMissingFonts(node, fonts);
|
||||||
}
|
}
|
||||||
|
|
||||||
sleep(0);
|
await sleep(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue