morphic.js
morphic.js copied to clipboard
Glitches in scroll morph scrolling when editing text inside it
steps:
- open a scrollmorph
- drop a rectangle inside it
- also drop a string inside it

- select the string so caret appears
observed:
- the rectangle disappears
expected;
- the rectangle should still be visible while user edits the string
(this was fixed in Zombie Kernel sometime in the past month)