Skip to content

Commit

Permalink
leap command highlight rule improved:
Browse files Browse the repository at this point in the history
clear unrelated unlabeledSelection highlight after 2ndChar was pressed.
  • Loading branch information
petertheprocess authored and 71 committed Jun 21, 2024
1 parent 12f6a79 commit 7bf1463
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/commands/seek.ts
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,8 @@ export async function leap(
styledSet.deleteSelections(selections);
}
}
// clear unlabeled highlight
unlabeledSelectionsSet.clearSelections();

// Listen to jumps to labels.
let offset = 0;
Expand Down

0 comments on commit 7bf1463

Please sign in to comment.