albfan / jmeld

A visual diff and merge tool
44 stars 31 forks source link

On configuration changes, remove old listeners #37

Open albfan opened 8 years ago

albfan commented 8 years ago

There's a lot of components not managed (not binded to a local variable) which listen to config. On configuration changes they're recreated and old component is never removed. (e.g. See DiffScrollComponent)