You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Desktop: Accessibility: Improve focus handling for plugin and prompt dialogs (#10801)
This commit is contained in:
@ -167,7 +167,7 @@ class RootComponent extends React.Component<Props, any> {
|
||||
);
|
||||
};
|
||||
|
||||
return <Dialog renderContent={renderContent}/>;
|
||||
return <Dialog>{renderContent()}</Dialog>;
|
||||
}
|
||||
|
||||
private modalDialogProps(): ModalDialogProps {
|
||||
|
Reference in New Issue
Block a user