画布调整
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
tabindex="0"
|
||||
class="input"
|
||||
ref="inputRef"
|
||||
contenteditable="true"
|
||||
:contenteditable="edit"
|
||||
@input="onInput"
|
||||
@blur="onBlur"
|
||||
@paste.prevent
|
||||
@@ -66,6 +66,7 @@
|
||||
|
||||
<style lang="less" scoped>
|
||||
.text {
|
||||
user-select: none;
|
||||
&.edit {
|
||||
> .input {
|
||||
cursor: text;
|
||||
|
||||
Reference in New Issue
Block a user