feat: refs #8304 added remove option to operator #1195

Merged
jtubau merged 27 commits from 8304-workerChangesAndFixes into dev 2025-02-05 12:25:27 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 559bf0db02 - Show all commits

View File

@ -27,7 +27,7 @@ onMounted(() => {
});
const actionsChildCount = () => {
return !!actions.value.childNodes.length;
return !!actions.value?.childNodes?.length;
};
jtubau marked this conversation as resolved Outdated

no hace falta definir llaves y return

no hace falta definir llaves y return
onBeforeUnmount(() => stateStore.toggleSubToolbar() && hasSubToolbar);
@ -37,7 +37,7 @@ onBeforeUnmount(() => stateStore.toggleSubToolbar() && hasSubToolbar);
<QToolbar
id="subToolbar"
v-show="hasContent || $slots['st-actions'] || $slots['st-data']"
class="full-width sticky"
class="justify-end sticky"
>
<slot name="st-data">
<div id="st-data" :class="{ 'full-width': !actionsChildCount() }">