-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels