From ffd2aa1b995c132ef81dbd03699bc06261532bbf Mon Sep 17 00:00:00 2001 From: "wudefeng@huawei.com" Date: Wed, 26 Jul 2023 11:03:55 +0800 Subject: [PATCH] fixed 980be2d from https://gitee.com/defeng2020/developtools_ace_ets2bundle/pulls/2463 rich text no support sub compoent Signed-off-by: wudefeng@huawei.com --- compiler/components/rich_text.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/components/rich_text.json b/compiler/components/rich_text.json index cf676855c..8dc90eb97 100644 --- a/compiler/components/rich_text.json +++ b/compiler/components/rich_text.json @@ -1,6 +1,6 @@ { "name": "RichText", - "single": true, + "atomic": true, "attrs": [ "onStart", "onComplete" ] -- Gitee