Drag svg from Figma plugin and drop to Figma file.
Like they did https://www.figma.com/community/plugin/884531262241804656/Drag-%26-Drop
I’m wanna develop this type of feature in my plugin.
Drag svg from Figma plugin and drop to Figma file.
Like they did https://www.figma.com/community/plugin/884531262241804656/Drag-%26-Drop
I’m wanna develop this type of feature in my plugin.
Best answer by tank666
Since you are using Typescript, you need to respect its syntax and also return false
:
figma.on('drop', (event: DropEvent) => {
// Your code
return false
})
Also add a condition for line 9 (on which you supposedly have an error) as in the example I gave you a link to:
github.comEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.