react-diagrams icon indicating copy to clipboard operation
react-diagrams copied to clipboard

"Parent" actions was ignored if one of them was transited

Open ToTheHit opened this issue 2 years ago • 0 comments

Steps to reproduce:

  1. Open react-canvas-core/src/states/DefaultState.ts (or diagrams-demo-gallery/demos/demo-alternative-linking/DefaultState.ts, for example)
  2. Add console.log in fire function for MOUSE_DOWN action
  3. Register the action for MOUSE_UP with some console.log
  4. Try it.

Result: MOUSE_UP doesn't call.

Is it bug or feature?)

ToTheHit avatar May 10 '22 09:05 ToTheHit