mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
new frontend API - getCurrentNoteContent and onNoteChange
This commit is contained in:
@@ -28,5 +28,6 @@ function show() {
|
||||
export default {
|
||||
getContent,
|
||||
show,
|
||||
focus: () => null
|
||||
focus: () => null,
|
||||
onNoteChange: () => null
|
||||
}
|
||||
Reference in New Issue
Block a user