You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
Desktop: Accessibility: Improve focus handling for plugin and prompt dialogs (#10801)
This commit is contained in:
@ -277,6 +277,6 @@ export default function(props: Props) {
|
||||
}
|
||||
|
||||
return (
|
||||
<Dialog onClose={closeDialog} renderContent={renderDialogWrapper}/>
|
||||
<Dialog onCancel={closeDialog}>{renderDialogWrapper()}</Dialog>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user