Leonid Gorelik
Leonid Gorelik
I've tried with 0.26.2 to remove `&& cursor_in_editor` from this line: https://github.com/setzer22/egui_node_graph/blob/3068b8cd9bad3a419682af273c01cd700bda2739/egui_node_graph/src/editor_ui.rs#L411 Now right click partially works, but only when you drag and release, while click and release still doesn't...
What fixed it for me additionally to removing `cursor_in_editor` is replacing this line: https://github.com/setzer22/egui_node_graph/blob/3068b8cd9bad3a419682af273c01cd700bda2739/egui_node_graph/src/editor_ui.rs#L424 with ``` if mouse.any_pressed() && !cursor_in_finder { ```
Hi @dannyneira, I have exactly the same env: RHEL 8.9 and glibc 2.28. AFAIK there is no way to upgrade glibc without upgrading to RHEL 9, which is not possible...
👍 [Leonid Gorelik - Chat @ Spike](https://spikenow.com/r/a/?ref=spike-organic-signature&_ts=2i6vri) [2i6vri] On March 11, 2024 at 20:48 GMT, Espen Ønvik Pedersen ***@***.***> wrote: Same situation here, so providing a version that works with...
> Sorry about this blocker folks. A couple of possible workarounds are to run Warp in a RHEL9 container within RHEL 8.9 or try using [glibc-compat](https://github.com/billziss-gh/glibc-compat). Regarding `glibc-compat` - it...
@dannyneira We'd appreciate if you can update this issue if the support is added - thanks!