1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Fix wrong variable name (#5235)

This commit is contained in:
Ahmad Mamdouh 2021-07-24 11:41:39 +02:00 committed by GitHub
parent 471c06b3fd
commit d3c1edc3ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ joplin.plugins.register({
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
</p>
`);
await (dialogs as any).fitToContent(handle4, false);
await (dialogs as any).setFitToContent(handle4, false);
await dialogs.open(handle4);
},