Commit 72bedbd
fix: Pressing 'h' twice now reverts hide toggle instead of double-toggling
Fixed buggy behavior where pressing 'h' twice on the same transaction
would add two conflicting hide/unhide edits to pending changes.
Now:
- First 'h': Queues hide/unhide toggle
- Second 'h': Removes the pending edit (reverts the change)
This gives users a natural undo mechanism for accidental hide toggles.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent e61e679 commit 72bedbd
2 files changed
+20
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1281 | 1281 | | |
1282 | 1282 | | |
1283 | 1283 | | |
1284 | | - | |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
| 1287 | + | |
| 1288 | + | |
| 1289 | + | |
| 1290 | + | |
1285 | 1291 | | |
1286 | 1292 | | |
1287 | 1293 | | |
1288 | 1294 | | |
1289 | | - | |
1290 | | - | |
1291 | | - | |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
1292 | 1307 | | |
1293 | | - | |
1294 | | - | |
1295 | 1308 | | |
1296 | 1309 | | |
1297 | 1310 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments