mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 01:05:49 +01:00
chore(client/ts): port highlights_list
This commit is contained in:
@@ -9,7 +9,7 @@ import NoteContext from "../components/note_context.js";
|
||||
*/
|
||||
class NoteContextAwareWidget extends BasicWidget {
|
||||
|
||||
private noteContext?: NoteContext;
|
||||
protected noteContext?: NoteContext;
|
||||
|
||||
isNoteContext(ntxId: string) {
|
||||
if (Array.isArray(ntxId)) {
|
||||
|
||||
Reference in New Issue
Block a user