sugarlabs / sugar-web

Components for Sugar web activities
Apache License 2.0
13 stars 32 forks source link

Palettes setContent doesn't properly clear content before updating #128

Open icarito opened 7 years ago

icarito commented 7 years ago

Worked around it by doing innerHTML = '' to container in palette.js. A note to fix.