|
|
@@ -85,6 +85,7 @@ function SessionTabSlot(props: {
|
|
|
ref={sortable.ref}
|
|
|
data-titlebar-tab-slot
|
|
|
data-tab-key={props.id}
|
|
|
+ data-active={props.active()}
|
|
|
class="relative flex w-56 min-w-7 max-w-56 flex-shrink"
|
|
|
classList={{ hidden: !session() }}
|
|
|
>
|
|
|
@@ -140,6 +141,7 @@ function DraftTabSlot(props: {
|
|
|
ref={sortable.ref}
|
|
|
data-titlebar-tab-slot
|
|
|
data-tab-key={props.id}
|
|
|
+ data-active={props.active()}
|
|
|
class="relative flex w-56 min-w-7 max-w-56 flex-shrink"
|
|
|
>
|
|
|
<DraftTabItem
|