How can I rename a tree node using a context menu?
-
I’m trying to make a q-tree where the user can left-click to select a single node or right-click to get a context menu to rename or delete the node. What is the best way to do this? Can I somehow trigger a q-popup-edit to open with a context menu on the node, BUT also disable the q-popup when the user just clicks the node?