fix session sidebar width binding
This commit is contained in:
@@ -299,9 +299,7 @@ const SessionList: Component<SessionListProps> = (props) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
|
class="session-list-container bg-surface-secondary border-r border-base flex flex-col w-full"
|
||||||
class="session-list-container bg-surface-secondary border-r border-base flex flex-col"
|
|
||||||
style={{ width: `${sidebarWidth()}px` }}
|
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="session-resize-handle"
|
class="session-resize-handle"
|
||||||
|
|||||||
Reference in New Issue
Block a user