1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-13 22:12:50 +02:00

Desktop: Dev fix: Fixed TypeScript

This commit is contained in:
Laurent Cozic
2020-05-21 17:12:18 +01:00
parent 2de30f8b82
commit a2fce031a2

View File

@@ -694,7 +694,7 @@ const TinyMCE = (props:NoteBodyEditorProps, ref:any) => {
// The fix would be to make allAssets() return a name and a version for each asset. Then the loading // The fix would be to make allAssets() return a name and a version for each asset. Then the loading
// code would check this and either append the CSS or replace. // code would check this and either append the CSS or replace.
let docHead_ = null; let docHead_:any = null;
function docHead() { function docHead() {
if (docHead_) return docHead_; if (docHead_) return docHead_;