Remove unused local state from Journal Entry view
This commit is contained in:
@@ -50,7 +50,6 @@
|
||||
// *** State
|
||||
let editorView: any = $state();
|
||||
let ae_promises: any = $state();
|
||||
let show_menu: boolean = $state(false);
|
||||
|
||||
let orig_entry_obj: key_val | null = $state({});
|
||||
let tmp_entry_obj: key_val = $state({});
|
||||
|
||||
Reference in New Issue
Block a user