chore(client/ts): port root_command_executor

This commit is contained in:
Elian Doran
2025-01-04 11:51:16 +02:00
parent 634be6bbb4
commit d8358407ce
3 changed files with 31 additions and 16 deletions

View File

@@ -28,7 +28,7 @@ class NoteContext extends Component
notePath?: string | null;
private noteId?: string | null;
private parentNoteId?: string | null;
private viewScope?: ViewScope;
viewScope?: ViewScope;
constructor(ntxId: string | null = null, hoistedNoteId: string = 'root', mainNtxId: string | null = null) {
super();