fix quill import
This commit is contained in:
parent
948a674bb2
commit
aef64afdb9
@ -76,7 +76,3 @@
|
|||||||
<section class="section-input-send-text">
|
<section class="section-input-send-text">
|
||||||
<div class="input-send-text" bind:this={QUILL_EDITOR} />
|
<div class="input-send-text" bind:this={QUILL_EDITOR} />
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<style lang="scss">
|
|
||||||
@import "~quill/dist/quill.snow.css";
|
|
||||||
</style>
|
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
//TextGlobalMessage
|
//TextGlobalMessage
|
||||||
|
|
||||||
|
// TODO: load on demand with TextGlobalMessage component
|
||||||
|
@import "quill/dist/quill.snow.css";
|
||||||
|
|
||||||
section.section-input-send-text {
|
section.section-input-send-text {
|
||||||
--height-toolbar: 20%;
|
--height-toolbar: 20%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user