bgu
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="AiEditor" @click="editing=true">
|
||||
<div ref="AiEditorInstance"/>
|
||||
<div ref="AiEditorInstance" style="-webkit-user-select:text;"/>
|
||||
<div class="bottomPanel" :class="{fixed:isFullScreen}">
|
||||
<slot v-if="$slots.bottom" name="bottom"/>
|
||||
<div v-else-if="maxlength" class="fontCount">{{ [editorText.length, maxlength].join(" / ") }}</div>
|
||||
@@ -230,6 +230,7 @@ export default {
|
||||
.w-e-text {
|
||||
overflow: auto;
|
||||
padding: 10px;
|
||||
word-break: break-all;
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user