Skip to content

Instantly share code, notes, and snippets.

@jkeefe
Created December 22, 2021 22:37
Show Gist options
  • Save jkeefe/e5d024bb62c9516b2567f1cef2b53bf9 to your computer and use it in GitHub Desktop.
Save jkeefe/e5d024bb62c9516b2567f1cef2b53bf9 to your computer and use it in GitHub Desktop.
Send pym height to pymParent a second later for confidence
// a second later send a confidence height ... just to be sure
setTimeout(() => { pymChild.sendHeight(); }, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment