Created
February 20, 2018 12:37
-
-
Save thomasxbanks/3d391ba35b3a56cf3ed920f1b14032da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const getComputedHeight = (element) => { | |
| return window.getComputedStyle(element).getPropertyValue('height'); | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment