balibabu
feat: After the voice in the new conversation window is played, jump to the tab of the conversation #1877 (#2440)
2b66f8c
import { createContext } from 'react'; | |
export const ConversationContext = createContext< | |
null | ((isPlaying: boolean) => void) | |
>(null); | |