Making the URL update when viewing and closing specific content. Other clean up.
This commit is contained in:
@@ -286,7 +286,7 @@ async function handle_input_upload_files(input_upload_files, task_id) {
|
||||
</span>
|
||||
<!-- <span class="fas fa-save m-1"></span> -->
|
||||
<span class="grow font-bold">
|
||||
{#if $ae_sess.files.processed_file_list.length > 0}
|
||||
{#if $ae_sess.files.processed_file_list?.length > 0}
|
||||
<!-- {#each $ae_sess.files.processed_file_list as file_obj, index}
|
||||
<span class="text-xs">
|
||||
{file_obj.filename}
|
||||
|
||||
Reference in New Issue
Block a user