You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Plugins: Fixed issue with dialog being empty in some cases
This commit is contained in:
@ -27,7 +27,7 @@ joplin.plugins.register({
|
||||
const result2 = await dialogs.open(handle2);
|
||||
alert('Got result: ' + JSON.stringify(result2));
|
||||
|
||||
const handle3 = await dialogs.create();
|
||||
const handle3 = await dialogs.create('myDialog3');
|
||||
await dialogs.setHtml(handle3, `
|
||||
<p>Testing dialog with form elements</p>
|
||||
<form name="user">
|
||||
|
Reference in New Issue
Block a user