bootstrapworld / pyret-blocks

Block Language for the Pyret Programming Language
Apache License 2.0
3 stars 1 forks source link

No Drop Targets Visible (But Does Exist) On Hover for Blocks with Empty Bodies #20

Closed maroon-scorch closed 3 years ago

maroon-scorch commented 3 years ago

For Blocks with Expandable Bodies such as Functions, Lambdas, etc. no drop targets are visible on them when hovering over: image Should be an easy fix

schanzer commented 3 years ago

The DOM is correct (if overly verbose). Looks like a CSS fix.

However, simplifying the DOM would make this a lot easier to debug - and given how slow the browser DOM is, make things just a tiny bit faster for large programs.

schanzer commented 3 years ago

Confirmed fixed. Thanks!