@jbrowse/plugin-data-management 1.5.6 → 1.6.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.
- 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
|
@@ -191,14 +191,14 @@ function _inherits(subClass, superClass) {
|
|
|
191
191
|
throw new TypeError("Super expression must either be null or a function");
|
|
192
192
|
}
|
|
193
193
|
|
|
194
|
+
subClass.prototype = Object.create(superClass && superClass.prototype, {
|
|
195
|
+
constructor: {
|
|
196
|
+
value: subClass,
|
|
197
|
+
writable: true,
|
|
198
|
+
configurable: true
|
|
199
|
+
}
|
|
200
|
+
});
|
|
194
201
|
Object.defineProperty(subClass, "prototype", {
|
|
195
|
-
value: Object.create(superClass && superClass.prototype, {
|
|
196
|
-
constructor: {
|
|
197
|
-
value: subClass,
|
|
198
|
-
writable: true,
|
|
199
|
-
configurable: true
|
|
200
|
-
}
|
|
201
|
-
}),
|
|
202
202
|
writable: false
|
|
203
203
|
});
|
|
204
204
|
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
@@ -4036,7 +4036,7 @@ var TrackAdapterSelector = /*#__PURE__*/mobxReact.observer(function (_ref2) {
|
|
|
4036
4036
|
select: true,
|
|
4037
4037
|
fullWidth: true,
|
|
4038
4038
|
onChange: function onChange(event) {
|
|
4039
|
-
|
|
4039
|
+
model.setAdapterHint(event.target.value);
|
|
4040
4040
|
},
|
|
4041
4041
|
SelectProps: {
|
|
4042
4042
|
// @ts-ignore
|