mirror of https://github.com/laurent22/joplin.git
Desktop: Dev fix: Fixed TypeScript
parent
2de30f8b82
commit
a2fce031a2
|
@ -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
|
||||
// code would check this and either append the CSS or replace.
|
||||
|
||||
let docHead_ = null;
|
||||
let docHead_:any = null;
|
||||
|
||||
function docHead() {
|
||||
if (docHead_) return docHead_;
|
||||
|
|
Loading…
Reference in New Issue