From 40f46d9c438a50f4e1fff9c72e7f91b2b06ebf62 Mon Sep 17 00:00:00 2001 From: Alexander Onnikov Date: Wed, 17 Sep 2025 08:08:35 +0700 Subject: [PATCH] fix: properly update pulse typing sub (#9875) Signed-off-by: Alexander Onnikov --- desktop/src/ui/platform.ts | 1 + desktop/src/ui/types.ts | 1 + .../src/components/ChannelTypingInfo.svelte | 11 +++++++---- .../src/components/TypingPresenter.svelte | 9 ++++++--- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/desktop/src/ui/platform.ts b/desktop/src/ui/platform.ts index 62b7e03cdb..1e0e4f0c48 100644 --- a/desktop/src/ui/platform.ts +++ b/desktop/src/ui/platform.ts @@ -295,6 +295,7 @@ export async function configurePlatform (onWorkbenchConnect?: () => Promise