Untitled

 avatar
unknown
plain_text
9 months ago
558 B
6
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