We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc736d commit a9e37f6Copy full SHA for a9e37f6
packages/cursorless-engine/src/core/updateSelections/updateSelections.ts
@@ -382,12 +382,10 @@ export async function performEditsAndUpdateFullSelectionInfos(
382
}
383
};
384
385
- await callFunctionAndUpdateSelectionInfos(
+ return await callFunctionAndUpdateSelectionInfos(
386
rangeUpdater,
387
func,
388
editor.document,
389
originalSelectionInfos,
390
);
391
-
392
- return selectionInfosToSelections(originalSelectionInfos);
393
0 commit comments