Browse Source

Merge pull request #214039 in DEC/fineui from release/11.0 to feature/x

* commit 'ea776c0be708f36dc71b8eb27a43abe6d3ff19e4':
  BI-119112 fix:editor弹出errorbubble位置修改
  Revert "BI-119112 fix:editor可以自定义error bubble位置"
  BI-119112 fix:editor可以自定义error bubble位置
master
superman 2 years ago
parent
commit
22ebfb5823
  1. 5
      src/core/controller/controller.bubbles.js

5
src/core/controller/controller.bubbles.js

@ -71,10 +71,7 @@ BI.BubblesController = BI.inherit(BI.Controller, {
{ {
name: "preventOverflow", name: "preventOverflow",
enabled: false enabled: false
}, { }
name: "flip",
enabled: false
},
] ]
}); });
return this; return this;

Loading…
Cancel
Save