arxanas / scm-record

`scm-record` is a UI component to interactively select changes to include in a commit. It's meant to be embedded in source control tooling.
24 stars 9 forks source link

The text not properly erased #66

Open tnraro opened 1 month ago

tnraro commented 1 month ago

Description of the bug

I'm a Jujutsu user and I'm using the built-in diff-editor.

There was a issue that the text that needed to be erased were not removed properly and still remained.

Code_xtEfR3d3An

My env:

Expected behavior

The text should be erased properly.

Actual behavior

The text remains.

Version of rustc

rustc 1.82.0-nightly (fbccf5053 2024-07-27)

faldor20 commented 1 month ago

I have this same issue

mattdw commented 1 month ago

Seen on macos also -- jj versions 0.19.0 and 0.20.0, iTerm2 and VS Code terminal. Identical symptoms as captured above.