mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
renamed notefull to notecomplement
This commit is contained in:
@@ -171,7 +171,7 @@ class AppContext {
|
||||
return activeContext ? activeContext.notePath : null;
|
||||
}
|
||||
|
||||
/** @return {NoteFull} */
|
||||
/** @return {NoteShort} */
|
||||
getActiveTabNote() {
|
||||
const activeContext = this.getActiveTabContext();
|
||||
return activeContext ? activeContext.note : null;
|
||||
|
||||
Reference in New Issue
Block a user