This commit is contained in:
parent
dfd1c2a237
commit
a69a4d54c5
1 changed files with 0 additions and 4 deletions
|
@ -7,10 +7,6 @@
|
|||
let divider;
|
||||
|
||||
const mapClick = (evt) => {
|
||||
if(evt.detail.component === MapTab)
|
||||
requestAnimationFrame(() => divider.style.transform = "translateY(-10vh)");
|
||||
else
|
||||
requestAnimationFrame(() => divider.style.transform = "translateY(calc(0vh - 70px))");
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue