mirror of
https://github.com/directus/directus.git
synced 2026-01-29 07:27:57 -05:00
Update input-rich-text-html.vue (#10331)
Soft wrap in HTML source code view.
This commit is contained in:
@@ -47,7 +47,12 @@
|
||||
|
||||
<v-drawer v-model="codeDrawerOpen" :title="t('wysiwyg_options.source_code')" icon="code" @cancel="closeCodeDrawer">
|
||||
<div class="content">
|
||||
<interface-input-code :value="code" language="htmlmixed" @input="code = $event"></interface-input-code>
|
||||
<interface-input-code
|
||||
:value="code"
|
||||
language="htmlmixed"
|
||||
line-wrapping="true"
|
||||
@input="code = $event"
|
||||
></interface-input-code>
|
||||
</div>
|
||||
|
||||
<template #actions>
|
||||
|
||||
Reference in New Issue
Block a user