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
Element selection does not work due to the use of listeners API which was removed in Polymer 2.
listeners
Because of that, using the tree view in https://github.com/Starcounter/starcounter-layout-html-editor is does not work.
Replace listeners with addEventListener, as explained in https://www.polymer-project.org/2.0/docs/upgrade
addEventListener
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Element selection does not work due to the use of
listeners
API which was removed in Polymer 2.Because of that, using the tree view in https://github.com/Starcounter/starcounter-layout-html-editor is does not work.
Replace
listeners
withaddEventListener
, as explained in https://www.polymer-project.org/2.0/docs/upgradeThe text was updated successfully, but these errors were encountered: