mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-08-02 09:01:48 +00:00
Enable zoom by default
This commit is contained in:
@@ -225,7 +225,7 @@ function getArguments(location: H.Location<any>): Arguments {
|
|||||||
|
|
||||||
gedcom: location.state && location.state.data,
|
gedcom: location.state && location.state.data,
|
||||||
images: location.state && location.state.images,
|
images: location.state && location.state.images,
|
||||||
enableZoom: getParam('enableZoom') === 'true', // False by default.
|
enableZoom: getParam('enableZoom') !== 'false', // True by default.
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user