Skip to content

Commit

Permalink
Include Mousetrap ourselves (looks like DIM stopped using it)
Browse files Browse the repository at this point in the history
  • Loading branch information
rslifka committed Apr 15, 2023
1 parent d5da356 commit 389b8ee
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/itemIdCopy.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const logger = require('logger.js');
const $ = jQuery = require('jquery');
require('jquery-toast-plugin');
const Mousetrap = require('mousetrap'); require('mousetrap');

let mousePositionX;
let mousePositionY;
Expand Down
11 changes: 11 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"jquery": "^3",
"jquery-toast-plugin": "^1",
"node-vibrant": "^3",
"pubsub-js": "^1"
"pubsub-js": "^1",
"mousetrap": "^1"
},
"devDependencies": {
"@babel/preset-env": "^7",
Expand Down

0 comments on commit 389b8ee

Please sign in to comment.