1
0
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:
Laurent Cozic
2020-11-16 16:14:26 +00:00
parent a808281dd2
commit adde092ea6
13 changed files with 337 additions and 104 deletions

View File

@ -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">