Fixed library subscriptions, again
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
multiple
|
multiple
|
||||||
>
|
>
|
||||||
<v-expansion-panel
|
<v-expansion-panel
|
||||||
v-for="(library, index) in libraries"
|
v-for="library in libraries"
|
||||||
:key="library._id"
|
:key="library._id"
|
||||||
:data-id="library._id"
|
:data-id="library._id"
|
||||||
>
|
>
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
:organize-mode="organizeMode && editPermission(library)"
|
:organize-mode="organizeMode && editPermission(library)"
|
||||||
:edit-mode="editMode"
|
:edit-mode="editMode"
|
||||||
:selected-node-id="selectedNodeId"
|
:selected-node-id="selectedNodeId"
|
||||||
:should-subscribe="expandedLibrary.includes(index)"
|
should-subscribe
|
||||||
class="mb-4"
|
class="mb-4"
|
||||||
@selected="e => $emit('selected', e)"
|
@selected="e => $emit('selected', e)"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user