mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
stop propagation in the chat panelcl
This commit is contained in:
parent
9007436ff6
commit
e47b1cb4c5
4 changed files with 34 additions and 36 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue