不要な要素削除
This commit is contained in:
parent
59082c7873
commit
d6b701bdb1
3
menu.js
3
menu.js
@ -57,9 +57,6 @@ export default function Menu({
|
|||||||
// AS.setItem("stationListMode", "position");
|
// AS.setItem("stationListMode", "position");
|
||||||
});
|
});
|
||||||
}, []);
|
}, []);
|
||||||
useEffect(()=>{
|
|
||||||
alert(`height:${height}, width:${width}, bottom:${bottom}, left:${left}, right:${right}, top:${top}, tabBarHeight:${tabBarHeight}`);
|
|
||||||
}, [height, width, bottom, left, right, top, tabBarHeight])
|
|
||||||
const mapsRef = useRef(null);
|
const mapsRef = useRef(null);
|
||||||
const returnToTop = (bool = true) => {
|
const returnToTop = (bool = true) => {
|
||||||
scrollRef.current.scrollTo({
|
scrollRef.current.scrollTo({
|
||||||
|
Loading…
Reference in New Issue
Block a user