update resize code
This commit is contained in:
parent
a79dbf0e6c
commit
8698ab5ed8
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
|
|
||||||
// Update inputItem position on window resize.
|
// Update inputItem position on window resize.
|
||||||
// Gets called on window.resize event.
|
|
||||||
function handleWindowResize (e: any) {
|
function handleWindowResize (e: any) {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue