зеркало из https://github.com/electron/electron.git
fix: remove conflicting RunFileChooserEnd for Mac (#30935)
This commit is contained in:
Родитель
b6a12a53e3
Коммит
c74b9ff312
|
@ -183,7 +183,9 @@ void FileSelectHelper::OnOpenDialogDone(gin_helper::Dictionary result) {
|
|||
browser_context->prefs()->SetFilePath(prefs::kSelectFileLastDirectory,
|
||||
paths[0].DirName());
|
||||
}
|
||||
#if !defined(OS_MAC)
|
||||
RunFileChooserEnd();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче