gridaco / assistant

🤖 Bring your Figma design & development pipeline to the next level - with design to code, in-design-content-management, component management, tools for faster design
https://grida.co/assistant
Other
578 stars 47 forks source link

Multiple selection occurring thread lock - which should be handled as double click. #183

Open softmarshmallow opened 2 years ago

softmarshmallow commented 2 years ago

In Figma, navigating to deeper layer in hierarchy, we often use double click to get deeper inside, while figma plugin sdk triggers all selection while navigating, makes us to trigger all mouse down events on layer to trigger onselection-linked computings.

The double click should be tracked, only trigger onselection on final destination.