Untitled
Anonymous
plain_text
09/26/2024 8:01 PM
388 B
17
Indexable
setTimeout(() => {
if (showAlterListType === 'Room' || qtyRooms <= 1) {
if (summaryScrollRef.current) {
summaryScrollRef.current.scrollIntoView();
}
} else {
if (hotelSelectedScrollRef.current) {
hotelSelectedScrollRef.current.scrollIntoView();
}
}
}, 500);Editor is loading...
Leave a Comment