Balloon toolbar should destroy its content properly #1477
Labels
plugin:balloontoolbar
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
target:major
Any docs related issue that should be merged into a major branch.
type:bug
A bug.
Milestone
Are you reporting a feature request or a bug?
Bug
Description
When calling
destroy
onballoonToolbar
it doesn't invoke destroy on its children elements (_items
).Current situation might cause some issues with eg.
richCombo
which itself doesn't have such method.We should add new method
destroy
torichCombo
, and call it withinballoonToolbar
destroy.The text was updated successfully, but these errors were encountered: