noodlapp / noodl

Noodl is a low code platform for creating full stack web applications
https://noodl.net
GNU General Public License v3.0
281 stars 69 forks source link

Update - 'duplicate' functionality #29

Open rvegele opened 5 months ago

rvegele commented 5 months ago

A quick way to copy-paste selected elements for those coming from Figma and similar tools where such functionality exists.

I have a feeling that there's more to creating this pull request (adding something to tests?) but in my build it seems to work nicely :)

I've also moved the 'Copied' toast from the copySelected() into copy() as it was also showing up while using cut() - 2 toasts (Copied and Cut). I understand that under the hood it copies selection into the clipboard, but visualising that with a toast event when cutting or duplicating is not necessary, as only the end-result is important for the user.