@jbrowse/plugin-sv-inspector 2.7.2 → 2.8.0
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.
|
@@ -11,7 +11,6 @@ function defaultOnChordClick(feature, chordTrack, pluginManager) {
|
|
|
11
11
|
const session = (0, util_1.getSession)(chordTrack);
|
|
12
12
|
session.setSelection(feature);
|
|
13
13
|
const view = (0, util_1.getContainingView)(chordTrack);
|
|
14
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
15
14
|
const viewType = pluginManager.getViewType('BreakpointSplitView');
|
|
16
15
|
const viewSnapshot = viewType.snapshotFromBreakendFeature(feature, view);
|
|
17
16
|
// try to center the offsetPx
|
|
@@ -6,7 +6,6 @@ function defaultOnChordClick(feature, chordTrack, pluginManager) {
|
|
|
6
6
|
const session = getSession(chordTrack);
|
|
7
7
|
session.setSelection(feature);
|
|
8
8
|
const view = getContainingView(chordTrack);
|
|
9
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
10
9
|
const viewType = pluginManager.getViewType('BreakpointSplitView');
|
|
11
10
|
const viewSnapshot = viewType.snapshotFromBreakendFeature(feature, view);
|
|
12
11
|
// try to center the offsetPx
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-sv-inspector",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"description": "JBrowse 2 SV inspector view",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "ee8c2bdc8bd4f1a70b1eefda984f04a2830d9ca0"
|
|
61
61
|
}
|