Skip to content

Commit 5461dc8

Browse files
committed
Fix: Update
Signed-off-by: Varad Gupta <114755221+vr-varad@users.noreply.github.com>
1 parent 0f66b3d commit 5461dc8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/sections/General/Navigation/index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,10 @@ const Navigation = () => {
345345
target="_blank"
346346
className="mobile-sub-action-item"
347347
rel="noreferrer"
348+
onClick={() => {
349+
changeDropdownState();
350+
closeDropDown();
351+
}}
348352
>
349353
<span className="readmore-btn">
350354
{actionItem.actionName} <IoIosArrowRoundForward />
@@ -355,6 +359,10 @@ const Navigation = () => {
355359
to={actionItem.actionLink}
356360
partiallyActive={true}
357361
className="mobile-sub-action-item"
362+
onClick={() => {
363+
changeDropdownState();
364+
closeDropDown();
365+
}}
358366
>
359367
<span className="readmore-btn">
360368
{actionItem.actionName} <IoIosArrowRoundForward />

0 commit comments

Comments
 (0)