Skip to content

Commit

Permalink
Remove trailing semicolon that was failing lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
oo-bldrs committed Dec 3, 2022
1 parent 077bc71 commit 1302f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Containers/CadView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ function initViewer(pathPrefix, backgroundColorStr = '#abcdef') {
// Path to web-ifc.wasm in serving directory.
v.IFC.setWasmPath('./static/js/')
v.clipper.active = true
v.clipper.orthogonalY = false;
v.clipper.orthogonalY = false

// Highlight items when hovering over them
window.onmousemove = (event) => {
Expand Down

0 comments on commit 1302f39

Please sign in to comment.