Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Jun 6, 2024
1 parent 74f7ea5 commit 528eb0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion dist/dwv.min.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions src/tools/scrollWheel.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ export class ScrollWheel {
// prevent default page scroll
event.preventDefault();

// prevent default page scroll
event.preventDefault();

const layerDetails = getLayerDetailsFromEvent(event);
const layerGroup = this.#app.getLayerGroupByDivId(layerDetails.groupDivId);
const viewController =
Expand Down

0 comments on commit 528eb0b

Please sign in to comment.