Untitled
unknown
plain_text
a year ago
558 B
12
Indexable
I have this code. Keep it with you cause on the next message I'll show more details:
const _onClickAlterRoom = () => {
clickDetailsDL('Alterar quarto');
onClickAlterRoom();
setShowAlterRoom(!showAlterRoom);
setTimeout(() => {
if (showAlterListType === 'Room' || qtyRooms <= 1) {
// window.location.hash = '#freteRecommend';
summaryScrollRef.current.scrollIntoView();
} else {
// window.location.hash = '#HotelSelected';
hotelSelectedScrollRef.current.scrollIntoView();
}
}, 500);
};Editor is loading...
Leave a Comment