hotfix(ai-scribe): fix Safari keyboard input issue in AI Scribe search bar dialog
This commit is contained in:
+3
@@ -101,6 +101,9 @@ extension HandleAiScribeInComposerExtension on ComposerController {
|
||||
}
|
||||
|
||||
Future<void> openAIAssistantModal(Offset? position, Size? size) async {
|
||||
clearFocusRecipients();
|
||||
clearFocusSubject();
|
||||
|
||||
final fullText = await _getTextOnlyContentInEditor();
|
||||
|
||||
await AiScribeModalManager.showAIScribeMenuModal(
|
||||
|
||||
Reference in New Issue
Block a user