mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 14:54:12 +00:00
comment consistent with conventions
This commit is contained in:
parent
2de2975ed8
commit
5e7ea2fa04
1 changed files with 1 additions and 1 deletions
|
@ -114,8 +114,8 @@ export const {
|
|||
setIsCapturingScreenshot,
|
||||
} = rendererSlice.actions;
|
||||
|
||||
// Use different zoom factor based on state's current layout
|
||||
export const selectZoomFactor = (state: RootState) => {
|
||||
// depending on the layout, we want to use a different zoom factor
|
||||
if (state.renderer.layout === PREVIEW_LAYOUTS.INDIVIDUAL) {
|
||||
return state.renderer.individualZoomFactor;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue