We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the doc in https://github.com/impress/impress.js/blob/master/src/plugins/toolbar/toolbar.js says:
html : "<button>Click</button>", // The html to add.
But the code uses element, not html:
element
html
group.appendChild( e.detail.element );
Also, the event impress:toolbar:added is not fired.
impress:toolbar:added
See also: https://github.com/impress/impress.js/blob/master/src/plugins/navigation-ui/navigation-ui.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, the doc in https://github.com/impress/impress.js/blob/master/src/plugins/toolbar/toolbar.js says:
But the code uses
element
, nothtml
:Also, the event
impress:toolbar:added
is not fired.See also:
https://github.com/impress/impress.js/blob/master/src/plugins/navigation-ui/navigation-ui.js
The text was updated successfully, but these errors were encountered: