[NcActions] breaks when using right click
See https://github.com/nextcloud/server/issues/46934
According to @susnux this would need fixing in here. :pray:
Current proposal I'd like to implement:
- Make "Right Click" (context menu) - a built-in feature of
NcActionscomponent rather than Nextcloud app + CSS override - Add NcAction context provider as:
- A component container
- A composable function to apply feature to another container
Cool! But that would be a new feature then, not a fix for server 28+, right?
Cool! But that would be a new feature then, not a fix for server 28+, right?
If the server uses this feature - this will be a fix.
According to susnux this would need fixing in here. 🙏
I think this was a misunderstanding, the other bug was a component issue, but this is a file app issue. But as @ShGKme mentioned probably a nice feature also :)