js-mindmap icon indicating copy to clipboard operation
js-mindmap copied to clipboard

Allow to create a map in a different root HTML element than body

Open saul-mtz opened this issue 9 years ago • 0 comments

The project seems to be created to work with the body tag as the root for the map, with these little changes we can create a new map using something like:

<any_html_tag>
  <ul>
     <!-- mind map definition --!>
  </ul>
</any_html_tag>

saul-mtz avatar Mar 08 '16 01:03 saul-mtz