Skip to content
Snippets Groups Projects
Commit 742229e8 authored by Tainan Felipe's avatar Tainan Felipe
Browse files

Fix lint errors

parent 70e29725
No related branches found
No related tags found
No related merge requests found
......@@ -112,8 +112,8 @@ export default class PresentationOverlay extends Component {
const svgCenterX = svgRect.left + (svgRect.width / 2);
const svgCenterY = svgRect.top + (svgRect.height / 2);
const isDiferent = zoom !== this.state.zoom;
if (isDiferent) {
const isDifferent = zoom !== this.state.zoom;
if (isDifferent) {
this.doZoomCall(zoom, svgCenterX, svgCenterY);
}
}
......
......@@ -140,7 +140,8 @@
"moveCursor",
"sendAnnotation",
"removePresentation",
"setPresentation"
"setPresentation",
"zoomSlide"
]
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment