You've already forked joplin
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:
@@ -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_;
|
||||||
|
Reference in New Issue
Block a user