mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix note tooltip code rendering
This commit is contained in:
parent
ede9c43f67
commit
33780c1e17
@ -31,7 +31,7 @@ async function getRenderedContent(entity, options = {}) {
|
||||
await renderText(entity, $renderedContent);
|
||||
}
|
||||
else if (type === 'code') {
|
||||
await renderCode(entity, options, $renderedContent);
|
||||
await renderCode(entity, $renderedContent);
|
||||
}
|
||||
else if (type === 'image') {
|
||||
renderImage(entity, $renderedContent, options);
|
||||
|
Loading…
x
Reference in New Issue
Block a user