mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
feat(view/calendar): refresh calendar when entities change
This commit is contained in:
@@ -7,7 +7,7 @@ import type ViewMode from "../widgets/view_widgets/view_mode.js";
|
||||
export default class NoteListRenderer {
|
||||
|
||||
private viewType: string;
|
||||
private viewMode: ViewMode | null;
|
||||
public viewMode: ViewMode | null;
|
||||
|
||||
constructor($parent: JQuery<HTMLElement>, parentNote: FNote, noteIds: string[], showNotePath: boolean = false) {
|
||||
this.viewType = this.#getViewType(parentNote);
|
||||
|
||||
Reference in New Issue
Block a user