fix Blank atomic attribute.

Signed-off-by: lihong <lihong67@huawei.com>
Change-Id: I3f6cb9ba4ad571f662752eaf36fdffa7b355fc46
This commit is contained in:
lihong
2021-10-12 16:04:22 +08:00
parent 1bfc67bb44
commit 27eabdcd57
+1 -1
View File
@@ -249,7 +249,7 @@ export const COMPONENT_MAP: any = {
},
Blank: {
parents: ['Row', 'Column'],
automic: true,
atomic: true,
attrs: ['color']
},
RowSplit: {