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 1 deletions
Showing only changes of commit 74eb296285 - Show all commits

View File

@ -40,7 +40,8 @@ onBeforeUnmount(() => stateStore.toggleSubToolbar() && hasSubToolbar);
class="full-width sticky"
>
<slot name="st-data">
<div id="st-data" :class="{ 'full-width': actionsChildCount }"></div>
<div id="st-data" :class="{ 'full-width': !actionsChildCount() }">
</div>
</slot>
<QSpace />
<slot name="st-actions">