[UBER-783, UBERF-61] Messsage thread notification fixes (#3640)

Signed-off-by: Oleg Solodkov <oleg.solodkov@xored.com>
This commit is contained in:
Oleg Solodkov
2023-08-30 12:52:07 +07:00
committed by GitHub
parent 93fd82a797
commit af73876255
12 changed files with 121 additions and 35 deletions
@@ -760,7 +760,7 @@
<SpaceView {currentSpace} {currentView} {createItemDialog} {createItemLabel} />
{/if}
</div>
{#if asideId}
{#if asideId && currentSpace}
{@const asideComponent = navigatorModel?.aside ?? currentApplication?.aside}
{#if asideComponent !== undefined}
<div class="splitter" class:hovered={isResizing} on:mousedown={startResize} />