mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-02-18 04:08:51 -06:00
fix note tooltip code rendering
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user