highlightChildren(isDraging ? node.id : null)
"
@toggle-children="
() => {
toggleChildren(),
saveRequest &&
emit('select', {
pickedType: 'my-collection',
collectionIndex: parseInt(node.id),
})
}
"
/>
highlightChildren(isDraging ? node.id : null)
"
@toggle-children="
() => {
toggleChildren(),
saveRequest &&
emit('select', {
pickedType: 'my-folder',
folderPath: node.id,
})
}
"
/>
{{ t("collection.import_or_create") }}