Guest User

Untitled

a guest
Nov 20th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. ...
  2. label.addEventListener('postlayout', function() {
  3. label.height += 100; //causes infinite loop (or not :D )
  4. });
  5. ...
Add Comment
Please, Sign In to add comment