From 1b8f47ffe3fb6707f23cb60c5365d83c4f43fe2a Mon Sep 17 00:00:00 2001 From: dailer Date: Mon, 26 Jul 2021 18:22:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20fix:=20bi.edi?= =?UTF-8?q?tor=E5=9C=A8=E8=BF=9E=E7=BB=AD=E8=B0=83=E7=94=A8BI.Bubbles.show?= =?UTF-8?q?(name,text)=E7=9A=84=E5=9C=BA=E6=99=AF=E4=B8=8B,=20name?= =?UTF-8?q?=E7=9B=B8=E5=90=8C,text=E4=B8=8D=E5=90=8C,=20text=E6=B0=B8?= =?UTF-8?q?=E8=BF=9C=E6=98=BE=E7=A4=BA=E7=9A=84=E6=98=AF=E7=AC=AC=E4=B8=80?= =?UTF-8?q?=E6=AC=A1=E8=B0=83=E7=94=A8=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 比如editor的errorText,空的时候返回no_blank,输入一个字符后返回duplicate_names,显示不出来的. --- src/core/controller/controller.bubbles.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/controller/controller.bubbles.js b/src/core/controller/controller.bubbles.js index 5ad3f6ec7..8bde8ba86 100644 --- a/src/core/controller/controller.bubbles.js +++ b/src/core/controller/controller.bubbles.js @@ -37,6 +37,7 @@ BI.BubblesController = BI.inherit(BI.Controller, { }); } var bubble = this.storeBubbles[name]; + bubble.setValue("text"); BI.createWidget({ type: "bi.default",