FIX: Category collapse on drag
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
@change="onCategoryDrop">
|
@change="onCategoryDrop">
|
||||||
<template #item="dragCategory">
|
<template #item="dragCategory">
|
||||||
<Collapsible
|
<Collapsible
|
||||||
v-model:open="collapse[dragCategory.index]"
|
v-model:open="collapse[dragCategory.element.name]"
|
||||||
:default-open="true">
|
:default-open="true">
|
||||||
<!-- TODO: Make profile groups computed instead defining them of using v-for -->
|
<!-- TODO: Make profile groups computed instead defining them of using v-for -->
|
||||||
<CollapsibleTrigger
|
<CollapsibleTrigger
|
||||||
|
|||||||
Reference in New Issue
Block a user