chore(codemirror): problematic provide due to types

This commit is contained in:
Elian Doran 2025-05-29 11:45:26 +03:00
parent 57cdd9ee93
commit 09003270f1
No known key found for this signature in database

View File

@ -136,8 +136,7 @@ export function createSearchHighlighter() {
} else {
return v.matches;
}
},
provide: (plugin) => plugin
}
});
}