chore(client/ts): port highlights_list

This commit is contained in:
Elian Doran
2025-01-07 12:34:10 +02:00
parent 0713b4aec8
commit 85c225fe05
9 changed files with 133 additions and 66 deletions

View File

@@ -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)) {