Add a missing space

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-03-15 19:24:44 +01:00
parent 67a57ead96
commit 7b6d393754
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ export default class ImageView extends React.Component {
onWheel = (ev) => { onWheel = (ev) => {
ev.stopPropagation(); ev.stopPropagation();
ev.preventDefault(); ev.preventDefault();
const newZoom =this.state.zoom - ev.deltaY; const newZoom = this.state.zoom - ev.deltaY;
if (newZoom <= MIN_ZOOM) { if (newZoom <= MIN_ZOOM) {
this.setState({ this.setState({