Myles Scolnick
Myles Scolnick
This might be some python-lsp settings we need to tweak. Thanks for flagging, we can look into this.
This is based on the snippet returned from the LSP server (pylsp in this case). However, I agree it may not be desired to complete all kwargs. We can remove...
We use https://github.com/replit/codemirror-vim - it is possible that this plugin does not support block-selection
@anjiro, @michaelsch71 thank you for investigating. I don't see that we override `ctrl-v` anywhere specifically, but it could be from a plugin. I can investigate and try to give `Vim`...
@michaelsch71 - what version are you on? i think this was regressed and then added back
You have two options that come to mind: 1. Use `mo.stop` to validate that there has been selection ```python table = mo.ui.table(...) # in another cell mo.stop(not table.value, mo.callout("Must select...
We could also add a min/max selection to the table as well.
@MrHenning what is your use-case for buttons with the same shortcut? this seems like a code-smell.
Oh, got it, that makes more sense. We should dedupe by the UI element ID, and actually should just stop the event propagation
i tried to make a simplification but realized it was wrong, so I reverted my change. this looks good!