mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-03-10 17:43:47 +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,
|
||||
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