Similarly , as we have copy and paste functionality, we need cut and paste functionality. When performing, it will delete the element from two's children and will listen for paste event on canvas in future which already is present in copy&paste functionality.
Cut - should use business logic of "delete" functionality
paste - should use business logic of "paste" in copy&paste functionality
Similarly , as we have copy and paste functionality, we need cut and paste functionality. When performing, it will delete the element from two's children and will listen for paste event on canvas in future which already is present in copy&paste functionality.
Cut - should use business logic of "delete" functionality
paste - should use business logic of "paste" in copy&paste functionality