@jbrowse/plugin-dotplot-view 3.6.4 → 3.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -193,7 +193,7 @@ const DotplotViewInternal = (0, mobx_react_1.observer)(function ({ model, }) {
193
193
  window.addEventListener('keyup', globalCtrlKeyUp);
194
194
  return () => {
195
195
  window.removeEventListener('keydown', globalCtrlKeyDown);
196
- window.addEventListener('keyup', globalCtrlKeyUp);
196
+ window.removeEventListener('keyup', globalCtrlKeyUp);
197
197
  };
198
198
  }, []);
199
199
  (0, react_1.useEffect)(() => {
@@ -155,7 +155,7 @@ const DotplotViewInternal = observer(function ({ model, }) {
155
155
  window.addEventListener('keyup', globalCtrlKeyUp);
156
156
  return () => {
157
157
  window.removeEventListener('keydown', globalCtrlKeyDown);
158
- window.addEventListener('keyup', globalCtrlKeyUp);
158
+ window.removeEventListener('keyup', globalCtrlKeyUp);
159
159
  };
160
160
  }, []);
161
161
  useEffect(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-dotplot-view",
3
- "version": "3.6.4",
3
+ "version": "3.6.5",
4
4
  "description": "JBrowse 2 dotplot view",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -36,8 +36,8 @@
36
36
  "clean": "rimraf dist esm *.tsbuildinfo"
37
37
  },
38
38
  "dependencies": {
39
- "@jbrowse/core": "^3.6.4",
40
- "@jbrowse/plugin-alignments": "^3.6.4",
39
+ "@jbrowse/core": "^3.6.5",
40
+ "@jbrowse/plugin-alignments": "^3.6.5",
41
41
  "@mui/icons-material": "^7.0.0",
42
42
  "@mui/material": "^7.0.0",
43
43
  "@mui/x-data-grid": "^8.0.0",
@@ -59,5 +59,5 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "3db8e50ce2bd9c081efbf6c2e7ae5f342380a25a"
62
+ "gitHead": "354d0a87b757b4d84f824b47507662f6f3a1693f"
63
63
  }