0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2025-01-18 21:42:36 -05:00
penpot-exporter-figma-plugin/plugin-src/messageHandlers/handleCancelMessage.ts

4 lines
65 B
TypeScript
Raw Normal View History

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