You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-03 23:50:33 +02:00
Mobile: Add support for plugin editor views (#11831)
Co-authored-by: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
This commit is contained in:
@ -28,7 +28,7 @@ const PluginDialogManager: React.FC<Props> = props => {
|
||||
|
||||
const dialogs: ReactElement[] = [];
|
||||
for (const viewInfo of viewInfos) {
|
||||
if (viewInfo.view.containerType === ContainerType.Panel || !viewInfo.view.opened) {
|
||||
if (viewInfo.view.containerType !== ContainerType.Dialog || !viewInfo.view.opened) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user