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
I added an element like this:
<sortable-js id="master"> <template is="dom-repeat" items={{externals}}> <div class="list-item"> <paper-icon-button icon="[[_generateIcon(item.type)]]"></paper-icon-button> <span>{{item.key}}</span> </div> </template> </sortable-js>
attached: function() { this.$.master.group = { name: this.uuid, pull: 'clone' }; },
After cloning occurs, the icon isn't getting displayed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I added an element like this:
After cloning occurs, the icon isn't getting displayed.
The text was updated successfully, but these errors were encountered: