0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2025-01-03 05:10:13 -05:00

minor fix

This commit is contained in:
Alex Sánchez 2024-04-09 11:26:17 +02:00
parent 4b2e563070
commit 9c2be58746
No known key found for this signature in database
GPG key ID: 68A95170EEB87E16

View file

@ -9,7 +9,6 @@ figma.ui.onmessage = async msg => {
if (msg.type === 'cancel') {
handleCancelMessage();
}
if (msg.type === 'resize') {
handleResizeMessage(msg.width, msg.height);
}