More work on the BB and related notifications.
This commit is contained in:
@@ -105,6 +105,10 @@ $: lq__post_comment_obj = liveQuery(async () => {
|
||||
placement="top-center"
|
||||
size="lg"
|
||||
class="bg-white dark:bg-gray-800 text-gray-800 dark:text-gray-200 rounded-lg border-gray-200 dark:border-gray-700 divide-gray-200 dark:divide-gray-700 shadow-md relative flex flex-col mx-auto w-full divide-y"
|
||||
on:close={() => {
|
||||
// We want to cancel the inline edit if the modal is closed
|
||||
$idaa_sess.bb.show__inline_edit__post_obj = false;
|
||||
}}
|
||||
>
|
||||
|
||||
<svelte:fragment slot="header">
|
||||
|
||||
Reference in New Issue
Block a user