mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
fixed UI for relation definition
This commit is contained in:
@@ -23,7 +23,7 @@ function setupTooltip() {
|
||||
if (note.type === 'text') {
|
||||
callback(note.content);
|
||||
}
|
||||
else if (note.type === 'code') {console.log($("<pre>").text(note.content).html());
|
||||
else if (note.type === 'code') {
|
||||
callback($("<pre>").text(note.content).prop('outerHTML'));
|
||||
}
|
||||
// other types of notes don't have tooltip preview
|
||||
|
||||
Reference in New Issue
Block a user