Finalish clean up for IDAA BB Posts
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user