Minor changes

This commit is contained in:
Scott Idem
2025-07-10 19:53:27 -04:00
parent ea30697ffb
commit 1e35681116
2 changed files with 5 additions and 20 deletions

View File

@@ -324,7 +324,8 @@ async function handle_search__event_session(
$events_trigger = 'loading_search_results';
$events_sess.pres_mgmt.status_qry__search = 'loading';
event_session_id_random_li = [];
event_session_id_random_li = []; // Resetting this seems to help trigger the new results to show correctly???
search_submit_results = events_func.search__event_session({
api_cfg: $ae_api,

View File

@@ -188,7 +188,9 @@ $effect(() => {
let random_delay = Math.floor(Math.random() * 50);
search_delay += 50+random_delay;
}
event_id_random_li = [];
event_id_random_li = []; // Resetting this seems to help trigger the new results to show correctly??? 2025-07-10
let count = 0;
let request_loop = setInterval(() => {
count++;
@@ -441,20 +443,7 @@ function add_activity_log(
</title>
</svelte:head>
<!-- <div
class="
ae_idaa__recovery_meetings
container h-full mx-auto
flex flex-col flex-wrap gap-1
py-1 px-2 pb-16
items-center
justify-center
min-w-full
max-w-max
"
> -->
<!-- bind:event_id_random_li={event_id_random_li} -->
<Comp__event_obj_qry
/>
@@ -495,8 +484,3 @@ function add_activity_log(
{/if}
</div>
{/if}
<!-- </div> -->