stop propagation in the chat panelcl

This commit is contained in:
CREDO23 2025-10-23 21:42:39 +02:00 committed by thierryverse
parent 9007436ff6
commit e47b1cb4c5
4 changed files with 34 additions and 36 deletions

View file

@ -26,8 +26,6 @@ interface ChatInterfaceContext {
isChatPannelOpen: boolean;
setIsChatPannelOpen: (value: boolean) => void;
chat_id: string;
podcast: PodcastItem | null;
setPodcast: (value: PodcastItem) => void;
chatDetails: ChatDetails | null;
}