Closed
Description
<dom-module id="custom-element">
<template>
<template is="dom-repeat">{{users}}</div>
</template>
</dom-module>
In the
<div id="first"><custom-element id="my-list"></custom-element></div>
<div id="second"></div>
When I use Polymer.dom(element("#second")).appendChild( element("#my-list") )
, the whole list inside it will be removed.