Browse Source
- 在 ChatInputBar 中添加静态方法 closePanels 用于关闭面板 - 实现 closeAllPanels 方法供外部调用关闭所有面板 - 在 ChatPage 中添加 GlobalKey 用于引用 ChatInputBar - 点击空白区域时调用 ChatInputBar.closePanels 关闭底部面板 - 为 ChatInputBar 组件添加 key 属性以支持实例访问master
2 changed files with 19 additions and 0 deletions
Loading…