Closed rjkroege closed 1 year ago
Merging #478 (0ac0837) into master (10ad0fa) will decrease coverage by
0.02%
. The diff coverage is25.00%
.:exclamation: Current head 0ac0837 differs from pull request most recent head 6bad303. Consider uploading reports for the commit 6bad303 to get more accurate results
@@ Coverage Diff @@
## master #478 +/- ##
==========================================
- Coverage 58.10% 58.09% -0.02%
==========================================
Files 53 53
Lines 10672 10676 +4
==========================================
+ Hits 6201 6202 +1
- Misses 4037 4040 +3
Partials 434 434
Impacted Files | Coverage Δ | |
---|---|---|
text.go | 48.35% <25.00%> (-0.10%) |
:arrow_down: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Could have sworn I've fixed this one three times now.
On Sat., Mar. 4, 2023, 2:06 p.m. Robert Kroeger, @.***> wrote:
Fix a persistent niggle in the UI: pressing backspace when there's a non-zero selection, merely delete the selection and don't delete the additional character.
You can view, comment on, or merge this pull request online at:
https://github.com/rjkroege/edwood/pull/478 Commit Summary
- 6bad303 https://github.com/rjkroege/edwood/pull/478/commits/6bad303ef9f1ad922d45908ffa871b93783dc2a3 Don't backspace if there's a selection
File Changes
(1 file https://github.com/rjkroege/edwood/pull/478/files)
- M text.go https://github.com/rjkroege/edwood/pull/478/files#diff-8bff75a606c864ce034085a501f455b699a080072d3105ca7b52ebb2af605fd6 (8)
Patch Links:
— Reply to this email directly, view it on GitHub https://github.com/rjkroege/edwood/pull/478, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJ6RUGPWC3R4VEN6SQDYFDW2O4FNANCNFSM6AAAAAAVPY2OZA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Fix a persistent niggle in the UI: pressing backspace when there's a non-zero selection, merely delete the selection and don't delete the additional character.