Topic: Cookie storage with 2 trees doesn't works as expected

Hello,

I've got 2 trees on the same page. I've setup Cookie storage on both (inside of the initialize method).
Both have ID for each nodes. 

When you reload the page seems that cookie storage is restore only for one of the tree. The last
which you have interacted with.

Thumbs up Thumbs down

Re: Cookie storage with 2 trees doesn't works as expected

fixed commit 55875095, each tree required unique id now.