This commit is contained in:
kerwincui
2024-03-17 14:59:23 +08:00
parent 3d44f4674c
commit 5539c1b6af
999 changed files with 115642 additions and 10757 deletions

View File

@@ -89,7 +89,6 @@ export default {
this.editor.on("inputRead", () => {
this.editor.showHint();
});
debugger;
this.editor.setSize("auto", this.height);
if (typeof this.value !== "undefined") {
this.editor.setValue(this.value);
@@ -126,4 +125,4 @@ export default {
.json-editor >>> .cm-s-rubyblue span.cm-string {
color: #f08047;
}
</style>
</style>