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:
parent
471c06b3fd
commit
d3c1edc3ee
@ -54,7 +54,7 @@ joplin.plugins.register({
|
|||||||
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
|
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
|
||||||
</p>
|
</p>
|
||||||
`);
|
`);
|
||||||
await (dialogs as any).fitToContent(handle4, false);
|
await (dialogs as any).setFitToContent(handle4, false);
|
||||||
await dialogs.open(handle4);
|
await dialogs.open(handle4);
|
||||||
|
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user