vgwidt
vgwidt
I think spoiler has the distinct feature of being hidden by default, used for displaying optional, noisey content that may need to be referenced in the doc from time to...
Just to add a bit more info, this issue seems to occur when using IME input and also doesn't appear to be limited to inline code. For example, typing `*test`,...
I think it's because the keyup event is being picked up: https://docs.rs/crossterm/latest/crossterm/event/struct.KeyEvent.html#structfield.kind Similar issue in ratatui example for Windows: https://github.com/ratatui-org/ratatui/pull/44/files Adding a check for KeyEventKind::Press should fix it.