Balloon Toolbar API should be available in plugin.init() #1346
Labels
changelog:api
A changelog entry should be put in the API section of the changelog.
good first issue
Relatively easy to fix. This is a perfect issue if you are willing to create a Pull Request.
plugin:balloontoolbar
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
target:minor
Any docs related issue that can be merged into a master or major branch.
type:feature
A feature request.
Milestone
Are you reporting a feature request or a bug?
Feature request
Provide detailed reproduction steps (if any)
While making a PoC plugin, reusing Balloon Toolbar, I was surprised that the API is not exposed in
plugin.init()
, thus I had to useafterInit()
which is not an elegant workaround.It's the result of #1142 in a long run, but maybe we could fix it without waiting for #1142 fix? For instance init Balloon Toolbar APIs in
beforeInit()
.Other details
The text was updated successfully, but these errors were encountered: