#3458723 Implement context menu for hovered component
-
Added a contextual menu to the currently hovered component
-
Added ability to programatically (as opposed to using drag+drop) move a component up/down
-
Added ability to duplicate a component
-
Move delete component into contextual menu
Additionally
This MR introduces a first pass at improving the canvas panning functionality to work better with laptop touchpads and more closely match other similar functionality that users may be familiar with.
-
Panning can now be done with scroll wheel or two fingers on touch pad
-
Drag-panning can be done by holding down the middle mouse button and dragging
-
Zoom is now possible by holding down ctrl and scrolling with the mouse wheel.