refactor: simplify zoom by removing zoom.translation
(#4477)
This commit is contained in:
@ -261,7 +261,6 @@ export const restoreAppState = (
|
||||
typeof appState.zoom === "number"
|
||||
? {
|
||||
value: appState.zoom as NormalizedZoomValue,
|
||||
translation: defaultAppState.zoom.translation,
|
||||
}
|
||||
: appState.zoom || defaultAppState.zoom,
|
||||
};
|
||||
|
Reference in New Issue
Block a user