We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62714d commit 2b5e5f3Copy full SHA for 2b5e5f3
src/components/InputArea.vue
@@ -78,7 +78,6 @@ export default {
78
mounted: function () {
79
this.code = this.value
80
this.editor.setSize('100%', this.height)
81
- this.editor.focus()
82
},
83
methods: {
84
updateCode (code) {
src/components/Toolbar.vue
@@ -59,7 +59,7 @@
59
position: relative;
60
}
61
62
- #mp-editor-menu>li.divider {
+ #mp-editor-menu>li .divider {
63
display: inline-block;
64
text-indent: -9999px;
65
margin: 0 5px;
src/components/dialog-input-components/CodeMirror.vue
@@ -55,7 +55,6 @@ export default {
55
56
57
this.editor.setSize('100%', this.param.editorSetting.height)
58
computed: {
editor () {
0 commit comments