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:
parent
4b2e563070
commit
9c2be58746
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ figma.ui.onmessage = async msg => {
|
|||
if (msg.type === 'cancel') {
|
||||
handleCancelMessage();
|
||||
}
|
||||
|
||||
if (msg.type === 'resize') {
|
||||
handleResizeMessage(msg.width, msg.height);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue