droplet-editor / droplet

Block language reenvisioned as a text editor
http://droplet-editor.github.io
MIT License
225 stars 84 forks source link

dont clobber other classnames on .droplet-hover-div #203

Closed davidsbailey closed 7 years ago

davidsbailey commented 7 years ago

We need to preserve the .tooltipstered class on the .droplet-hover-div when the palette is redrawn, so that we can hide the tooltip here https://github.com/code-dot-org/code-dot-org/blob/staging/apps/src/blockTooltips/DropletBlockTooltipManager.js#L117-L121 when a block is selected.