We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e3c9cd + a9e37f6 commit ea9eaccCopy full SHA for ea9eacc
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