Occasionally initGui seems to be called multiple times, which results in multiple of the same card. This means sometimes card backs are shown when they shouldn't be, for example. This seems to be because of the desynchronized nature of events. At the moment there is an extra componentList.clear() call on initGui() but that doesn't always do the trick.
Occasionally
initGui
seems to be called multiple times, which results in multiple of the same card. This means sometimes card backs are shown when they shouldn't be, for example. This seems to be because of the desynchronized nature of events. At the moment there is an extracomponentList.clear()
call oninitGui()
but that doesn't always do the trick.