mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
button for creating subnote in relation map and other unrelated changed, WIP
This commit is contained in:
@@ -111,5 +111,10 @@ export default {
|
||||
getEditor,
|
||||
getContent,
|
||||
focus,
|
||||
onNoteChange
|
||||
onNoteChange,
|
||||
cleanup: () => {
|
||||
if (textEditor) {
|
||||
textEditor.setData('');
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user