mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
fix: 🐛 fix mark.js load error
This commit is contained in:
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
@@ -30,3 +30,5 @@ declare module "is-animated" {
|
||||
function isAnimated(buffer: Buffer): boolean;
|
||||
export default isAnimated;
|
||||
}
|
||||
|
||||
declare module "script-loader!mark.js/dist/jquery.mark.min.js";
|
||||
|
||||
Reference in New Issue
Block a user