Skip to content

Commit 24e2e2f

Browse files
committed
Fix selections
1 parent 6b503fa commit 24e2e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/app/overmind/effects/vscode/ModelsHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ export class ModelsHandler {
333333
userSelections: EditorSelection[],
334334
showNameTag = true
335335
) {
336-
const moduleModel = this.getModuleModelByPath(module);
336+
const moduleModel = this.getModuleModelByPath(module.path);
337337

338338
moduleModel.selections = userSelections;
339339

0 commit comments

Comments
 (0)