@jbrowse/plugin-data-management 1.5.8 → 1.6.2
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.
- package/dist/plugin-data-management.cjs.development.js +8 -8
- package/dist/plugin-data-management.cjs.development.js.map +1 -1
- package/dist/plugin-data-management.cjs.production.min.js +1 -1
- package/dist/plugin-data-management.cjs.production.min.js.map +1 -1
- package/dist/plugin-data-management.esm.js +8 -8
- package/dist/plugin-data-management.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/AddTrackWidget/components/ConfirmTrack.tsx +3 -1
|
@@ -165,14 +165,14 @@ function _inherits(subClass, superClass) {
|
|
|
165
165
|
throw new TypeError("Super expression must either be null or a function");
|
|
166
166
|
}
|
|
167
167
|
|
|
168
|
+
subClass.prototype = Object.create(superClass && superClass.prototype, {
|
|
169
|
+
constructor: {
|
|
170
|
+
value: subClass,
|
|
171
|
+
writable: true,
|
|
172
|
+
configurable: true
|
|
173
|
+
}
|
|
174
|
+
});
|
|
168
175
|
Object.defineProperty(subClass, "prototype", {
|
|
169
|
-
value: Object.create(superClass && superClass.prototype, {
|
|
170
|
-
constructor: {
|
|
171
|
-
value: subClass,
|
|
172
|
-
writable: true,
|
|
173
|
-
configurable: true
|
|
174
|
-
}
|
|
175
|
-
}),
|
|
176
176
|
writable: false
|
|
177
177
|
});
|
|
178
178
|
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
@@ -4010,7 +4010,7 @@ var TrackAdapterSelector = /*#__PURE__*/observer(function (_ref2) {
|
|
|
4010
4010
|
select: true,
|
|
4011
4011
|
fullWidth: true,
|
|
4012
4012
|
onChange: function onChange(event) {
|
|
4013
|
-
|
|
4013
|
+
model.setAdapterHint(event.target.value);
|
|
4014
4014
|
},
|
|
4015
4015
|
SelectProps: {
|
|
4016
4016
|
// @ts-ignore
|