Toggle if icon is clicked with ctrl.

Fixes #9
This commit is contained in:
uwap 2017-11-04 06:29:34 +01:00
parent 4e8253efca
commit f4b611149b
4 changed files with 27 additions and 15 deletions

View file

@ -77,7 +77,7 @@ class app extends React.Component<{state: State, classes: Object}> {
</Drawer>
</div>
</MuiThemeProvider>
<SpaceMap width={1000} height={700} image="rzl.png" zoom={0.1} state={state} />
<SpaceMap width={1000} height={700} image="rzl.png" zoom={0} state={state} />
</div>
);
}