Finalish clean up for IDAA BB Posts

This commit is contained in:
Scott Idem
2025-07-07 15:25:47 -04:00
parent cc8bbffdbf
commit f0fae620ea
4 changed files with 124 additions and 61 deletions

View File

@@ -41,6 +41,8 @@ export let show_toolbar: boolean = true;
export let placeholder: string = 'Type your text here...';
export let changed: boolean = false;
export let classes: string = '';
if (default_minimal) {
show_toolbar = false;
}
@@ -133,7 +135,7 @@ let mouse_leave_wait: number = 2000;
}
}, mouse_enter_wait);
}}
class="block w-full h-full"
class="block w-full h-full {classes}"
>
<ShadEditor
class="p-1 transition-all duration-1000"