Andreas Johansson
Andreas Johansson
If you are using the example you linked, could you please try and update `@fastify/vite` to the latest version? An issue with serving public files using a wildcard route was...
After making this I'm not sure if it's needed, or the docs could be updated to add context_menu on the list item child instead? ```rust tree(&tree_state, |ix, entry, selected, window,...
There is a bug with this approach, you have to right click twice, because it seems like the `window.on_mouse_event` in ContextMenu fires before the on_mouse_down event of the table (or...
It also means that it is showing the wrong context menu, since the right clicked index is the previous one :disappointed: Perhaps context menu needs to be something "global" like...
@huacnlee Updated it to use the same pattern as table with a delegate. It suffers from the same issue as table though, see #1651 Should we keep `tree()`?
> No, we can not change the `tree` API. > > You're doing this effected this PR more complex now. > > Small improve must be a small changes. >...
I also experimented with a global version in root with `render_context_menu_layer` and `window.open_context_menu_at`, which worked, but this change is less intrusive
Seems overly complicated, I like conventional commits though. But I agree that we should only use `main` or `dev`, not both
@CherryWorm Which distro/compositor are you using? I'm on Ubuntu 25.04/Wayland and I don't see the delay either. There is another issue which mentions laggy UI, and they're using XFCE/X11. But...