Commit 029a27db authored by davelopez's avatar davelopez
Browse files

Reset the selection after building a collection

Independently of whether the source items are hidden or not
parent 85df98a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -320,8 +320,8 @@ export default {
            // have to hide the source items if that was requested
            if (modalResult.hide_source_items) {
                this.$emit("hide-selection", this.contentSelection);
                this.$emit("reset-selection");
            }
            this.$emit("reset-selection");
        },
    },
};