Fixes exporter not auto-selecing collection when coming from collection header. Increases check speed yo 750ms for handleMouseOverList event.
This commit is contained in:
parent
27bec8efd6
commit
871b2c322a
|
@ -113,7 +113,7 @@ export default {
|
||||||
component: AvailableExportersModal,
|
component: AvailableExportersModal,
|
||||||
hasModalCard: true,
|
hasModalCard: true,
|
||||||
props: {
|
props: {
|
||||||
sourceCollection: this.collectionId,
|
sourceCollection: this.collection.id,
|
||||||
hideWhenManualCollection: true
|
hideWhenManualCollection: true
|
||||||
},
|
},
|
||||||
trapFocus: true
|
trapFocus: true
|
||||||
|
|
|
@ -1254,7 +1254,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}, 900),
|
}, 750),
|
||||||
removeEventListeners() {
|
removeEventListeners() {
|
||||||
// Component
|
// Component
|
||||||
this.$off();
|
this.$off();
|
||||||
|
|
Loading…
Reference in New Issue