1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-10-31 00:07:48 +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

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);
},