Bycelium / PyFlow

An open-source tool for visual and modular block programming in python
GNU General Public License v3.0
1.27k stars 52 forks source link

Duplicating saves to clipboard permanently #298

Open AlexandreSajus opened 2 years ago

AlexandreSajus commented 2 years ago

Duplicating a block using Ctrl + D saves the block to clipboard permanently. Trying to Ctrl + C then Ctrl + V after duplicating will paste the duplicating block instead of the Ctrl + C one.

Duplicating should not save to clipboard and should not hinder copy pasting