treehousedev / treehouse

https://treehouse.sh
MIT License
154 stars 12 forks source link

Cutting the node should remove it from view #274

Closed progrium closed 1 year ago

progrium commented 1 year ago

This is how text editors typically work - when you cut text, it's immediately removed from view. This gives you feedback that the cutting action took place. In Treehouse, the cut isn't visibly applied until the paste is applied.

To be clear: this is when you select "Cut" from the Node menu

progrium commented 1 year ago

Good catch.

taramk commented 1 year ago

Jeff says: the node is still there but we will hide it when it's cut. however we hide it during cut, make sure that it's visible when it's moved.