Skip to content

Commit

Permalink
fix: always keep the actively-edited mapping object in view
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecarenzo authored Feb 14, 2024
1 parent 79e3f59 commit 2ce7549
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ export function setMappingObjectViewProperty(view: MappingObjectView, command: E
new ReindexMappingObjects(view.id),
new RebuildViewBreakouts(view.fileView),
new SelectMappingObjectViews(view, undefined, true, true),
new MoveCameraToViewItem(view, undefined, camera, camera)
new MoveCameraToViewItem(view, camera, camera)
];
}
)
Expand Down

0 comments on commit 2ce7549

Please sign in to comment.