richlaughlin
Results
1
issues of
richlaughlin
## Minimal reproduction of the bug/regression with instructions: ``` actionMapping: IActionMapping = { mouse: { contextMenu: (tree, node, evt) => { evt.preventDefault(); this.onContextMenu(node); }, dblClick: (tree, node, evt) => {...