Is there any way to keep context menu from stealing focus?

I notice that with all modules if you click on something in a context menu that takes focus away from the module. As a simple example when you are typing text into the “Notes” module, and then select “randomize” from the context menu, then you can’t type any more until you click back in the module.

That example is pretty trivial, but it’s a pain in my Seq++ sequencer, because if you are editing away from the keyboard, then call up a context menu to change the grid size, it’s sort of unexpected to lose focus.

Is there some tricky way to get around that?

Maybe setting touchedParam to a knob etc. in your module before closing the context menu could bring the focus back to your module, but I haven’t tried that out.