Alic Zhang

Results 6 comments of Alic Zhang

I also encountered the same problem, first of all, my solution: This is a problem caused by the failure to download the zeromq-xxx.tar.gz package, just make sure the network is...

> It was meant to be a feature but I understand that it can be annoying. Currently all key event handlers are bound to window which could be changed to...

@bcakmakoglu Sure, my code actually is: ` const rfRef = useRef(null); const pressed = useKeyPress("Backspace", { target: rfRef.current }); ... return ` the problem is `rfRef.current ` is null when...

@bcakmakoglu Just try it, still not working

@bcakmakoglu Not working means: when I click element outof reactflow(that trigger onBlur callback), backspace still can delete selected node. And yes, set `deleteKeyCode = null`will disable removal of nodes, but...

@bcakmakoglu Thanks for your explanation, waiting for your research result