Fixes exporter not auto-selecing collection when coming from collection header. Increases check speed yo 750ms for handleMouseOverList event.

This commit is contained in:
mateuswetah 2020-05-06 16:32:38 -03:00
parent 27bec8efd6
commit 871b2c322a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1254,7 +1254,7 @@
} }
} }
}, 900), }, 750),
removeEventListeners() { removeEventListeners() {
// Component // Component
this.$off(); this.$off();