Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zombozo12 committed Mar 25, 2024
1 parent 774885e commit f75d8ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { exec, execSync } from "child_process";
import { delimiter } from "path";
import debounce from "lodash.debounce";
import os from "os";
import panzoom from 'panzoom';
import panzoom from "panzoom";

import D2Plugin from "./main";

Expand Down Expand Up @@ -128,7 +128,7 @@ export class D2Processor {
beforeWheel: (e) => {
return !e.ctrlKey;
},
})
});
}

export = async (
Expand Down

0 comments on commit f75d8ee

Please sign in to comment.