harmslab / TreeViewer

Interactive Evolutionary Tree Viewer using D3.js
BSD 2-Clause "Simplified" License
2 stars 3 forks source link

Phylo: Prevent Multiple Submissions of Same Tree #12

Open jacmarjorie opened 10 years ago

jacmarjorie commented 10 years ago

If load is pressed more than once, taxa names appear in addition to old taxa names.

jacmarjorie commented 10 years ago

occurs in dynamic version

Zsailer commented 10 years ago

Could you just scrape the current D3 object appended to the displayed svg and re-render a new tree?

This would lose all current changes, of course...