This commit is contained in:
神仙都没用 2023-10-18 14:43:40 +08:00
parent 30384e0b6a
commit 67e94cda63

View File

@ -68,8 +68,10 @@ function setContent(value: string = "") {
value = value.toString();
}
if (value != getContent()) {
editor?.setValue(value);
}
}
//
async function formatCode() {