Skip to content

Commit

Permalink
README: describe Tauri bug for CodeMirror shortcuts in more detail
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Mar 15, 2024
1 parent 8f06940 commit 08afb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Harder: separate save buttons per file and maybe an overall save button.

### If the file is deleted on the right side, the tool will write an empty file in its place when saving. It should not do that.

### For the Tauri app (`diffedit3-gui`), Ctrl-C/Cmd-C for copy doesn't seem to always work. `diffedit3-web` is not affected
### For the Tauri app (`diffedit3-gui`), Ctrl-C/Cmd-C for copy doesn't seem to always work. Ctrl-Up and Cmd-Up for going to the previous diff also doesn't seem to work. `diffedit3-web` is not affected

### Toggling options like line-wrapping, collapse of similar regions, or the right pane loses the CodeMirror viewport and selection

Expand Down

0 comments on commit 08afb61

Please sign in to comment.