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

View File

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