mikeric / rivets

Lightweight and powerful data binding.
http://rivetsjs.com
MIT License
3.23k stars 310 forks source link

[Question] Prevent rv-each from removing a dom object #694

Open scriptPilot opened 7 years ago

scriptPilot commented 7 years ago

Hi there! Is there a way to prevent the removal of a dom object? So - I would like to have the creation and the update, but not the removal. That will be done manually with animation. Cheers!