0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2024-12-22 05:33:02 -05:00
This commit is contained in:
Alex Sánchez 2024-06-13 15:17:17 +02:00
parent f54b65b0ff
commit e8e145d6bd
No known key found for this signature in database
GPG key ID: 68A95170EEB87E16

View file

@ -15,7 +15,7 @@ export const findAllTextNodes = async () => {
extractMissingFonts(node, fonts);
}
sleep(0);
await sleep(0);
}
}