Clamp.js icon indicating copy to clipboard operation
Clamp.js copied to clipboard

Fix handling of inline elements (span, label etc). Closes #5

Open danmana opened this issue 10 years ago • 0 comments

Fix handling of inline elements by using Math.max(clientHeight, offsetHeight, scrollHeight) instead of just clientHeight. Inline elements report 0 as clientHeight and scrollHeight

danmana avatar May 19 '14 15:05 danmana