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,
|
||||
hasModalCard: true,
|
||||
props: {
|
||||
sourceCollection: this.collectionId,
|
||||
sourceCollection: this.collection.id,
|
||||
hideWhenManualCollection: true
|
||||
},
|
||||
trapFocus: true
|
||||
|
|
|
@ -1254,7 +1254,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
}, 900),
|
||||
}, 750),
|
||||
removeEventListeners() {
|
||||
// Component
|
||||
this.$off();
|
||||
|
|
Loading…
Reference in New Issue