0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2024-12-22 21:53:27 -05:00
penpot-exporter-figma-plugin/plugin-src/messageHandlers/handleCancelMessage.ts

4 lines
65 B
TypeScript
Raw Normal View History

2024-04-09 04:23:06 -05:00
export function handleCancelMessage() {
figma.closePlugin();
}