mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 12:33:07 +00:00
[DURACOM-273] fix markdown rendering applying before mathjax rendering
(cherry picked from commit 66e1a2488b
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
02e1e28ed2
commit
3c665a736d
@@ -22,8 +22,8 @@ export class MockMathService extends MathService {
|
||||
return of(true);
|
||||
}
|
||||
|
||||
render(element: HTMLElement): void {
|
||||
return;
|
||||
render(element: HTMLElement): Promise<any> {
|
||||
return Promise.resolve();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user