mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 22:00:33 +08:00
chore(codemirror): problematic provide due to types
This commit is contained in:
parent
57cdd9ee93
commit
09003270f1
1 changed files with 1 additions and 2 deletions
|
|
@ -136,8 +136,7 @@ export function createSearchHighlighter() {
|
||||||
} else {
|
} else {
|
||||||
return v.matches;
|
return v.matches;
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
provide: (plugin) => plugin
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue