From 04f7acc10b60dacff45f8cedc09c6217b7a22412 Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 22 Jul 2021 18:39:07 +0800 Subject: [PATCH] bugfix --- src/core/controller/controller.bubbles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/controller/controller.bubbles.js b/src/core/controller/controller.bubbles.js index 048053b44..b31843d2f 100644 --- a/src/core/controller/controller.bubbles.js +++ b/src/core/controller/controller.bubbles.js @@ -30,7 +30,6 @@ BI.BubblesController = BI.inherit(BI.Controller, { if (!this.storeBubbles[name]) { this.storeBubbles[name] = BI.createWidget({ type: "bi.label", - root: true, cls: "bi-bubble" + " bubble-" + level, text: text, hgap: 5, @@ -52,6 +51,7 @@ BI.BubblesController = BI.inherit(BI.Controller, { center: "top", right: "top-end" })[offsetStyle], + strategy: "fixed", modifiers: [ { name: "offset",