feat(ui): do not select layer on staging accept

This commit is contained in:
psychedelicious 2024-08-29 09:00:53 +10:00
parent 6c1fb2d06e
commit 292e00ab68

View File

@ -68,7 +68,7 @@ export const addStagingListeners = (startAppListening: AppStartListening) => {
objects: [imageObject],
};
api.dispatch(rasterLayerAdded({ overrides, isSelected: true }));
api.dispatch(rasterLayerAdded({ overrides, isSelected: false }));
api.dispatch(sessionStagingAreaReset());
},
});