sekanbas
Results
1
comments of
sekanbas
In the current version, this feature can be adapted ``` js /** * @type {import('flexlayout-react').NodeMouseEvent} */ const onAuxMouseClick = (node, event) => { if (event.button === 1 && node.getType() ===...