Merge branch 'develop' into chore/editor-insert-bus

This commit is contained in:
Nithin David Thomas
2023-10-04 11:56:36 +05:30
committed by GitHub
141 changed files with 7003 additions and 1116 deletions
@@ -23,6 +23,7 @@
@change="onFileChange"
/>
<div ref="editor" />
<slot name="footer" />
</div>
</template>
@@ -710,6 +711,6 @@ export default {
}
.editor-warning__message {
@apply text-red-400 dark:text-red-400 font-normal pt-1 pb-0 px-0;
@apply text-red-400 dark:text-red-400 text-sm font-normal pt-1 pb-0 px-0;
}
</style>