mirror of
https://github.com/PeWu/topola-viewer.git
synced 2025-12-23 18:50:04 +00:00
Enable zoom by default
This commit is contained in:
parent
5aebf3c7f4
commit
8b3815550b
@ -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.
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user