refactor: migrate IDAA Archive, BB, and Recovery Meetings to AE_Comp_Editor_TipTap

This commit is contained in:
Scott Idem
2026-01-29 14:53:52 -05:00
parent 7ec3bae343
commit ce9e06eb31
11 changed files with 51 additions and 508 deletions

View File

@@ -57,7 +57,7 @@
// WARNING: There is a bug (I think) around here related to the entered_passcode not being cleared. There seems to be something different about how Svelte handles state in this component compared to the others. This might be related to the `$effect` or `$derived` usage. Maybe there are conflicting things trying to update the $ae_loc store at the same time.
onMount(() => {
log_lvl = 2;
// log_lvl = 2;
if (log_lvl > 1) {
console.log('** Element Mounted: ** Element Access Type');
}
@@ -132,7 +132,7 @@
$effect(() => {
if (!hide && focus_input) {
focus_input = false;
log_lvl = 2;
// log_lvl = 2;
// await tick();
// document.getElementById('access_passcode_input')?.focus();
if (log_lvl > 1) {