修改文本框二三维不同步问题

This commit is contained in:
2025-08-26 14:47:56 +08:00
parent f9a3ffb359
commit 9289d08f24
2 changed files with 1 additions and 3 deletions

View File

@ -154,7 +154,7 @@ class TextBox extends Base {
set show(v) {
this.options.show = v
this.textDom && (this.textDom.style.display = v ? 'block' : 'none');
// syncData(this.sdk, this.options.id)
syncData(this.sdk, this.options.id)
}
get position() {
return this.options.position