diff --git a/src/commands/seek.ts b/src/commands/seek.ts index 78bcbe09..0fe8e64f 100644 --- a/src/commands/seek.ts +++ b/src/commands/seek.ts @@ -768,6 +768,8 @@ export async function leap( styledSet.deleteSelections(selections); } } + // clear unlabeled highlight + unlabeledSelectionsSet.clearSelections(); // Listen to jumps to labels. let offset = 0;