Sticky itemsΒΆ

You can make some items having a sticky behavior.
Add the sticky flag and set it to true for each Item objects you do not want to be hidden when the mouse leaves it.
// Item object
{
  //...
  sticky: true
}