mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 16:26:31 +01:00
added note info into section container
This commit is contained in:
@@ -14,10 +14,6 @@ export default class RootCommandExecutor extends Component {
|
||||
import("../dialogs/recent_changes.js").then(d => d.showDialog());
|
||||
}
|
||||
|
||||
showNoteInfoCommand() {
|
||||
import("../dialogs/note_info.js").then(d => d.showDialog());
|
||||
}
|
||||
|
||||
showNoteRevisionsCommand() {
|
||||
import("../dialogs/note_revisions.js").then(d => d.showCurrentNoteRevisions());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user