update resize code

This commit is contained in:
Andrew Gundersen 2021-03-04 11:04:46 -06:00
commit 8698ab5ed8

View file

@ -1,7 +1,8 @@
// Update inputItem position on window resize.
// Gets called on window.resize event.
function handleWindowResize (e: any) {
}