We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f66b3d commit 5461dc8Copy full SHA for 5461dc8
1 file changed
src/sections/General/Navigation/index.js
@@ -345,6 +345,10 @@ const Navigation = () => {
345
target="_blank"
346
className="mobile-sub-action-item"
347
rel="noreferrer"
348
+ onClick={() => {
349
+ changeDropdownState();
350
+ closeDropDown();
351
+ }}
352
>
353
<span className="readmore-btn">
354
{actionItem.actionName} <IoIosArrowRoundForward />
@@ -355,6 +359,10 @@ const Navigation = () => {
355
359
to={actionItem.actionLink}
356
360
partiallyActive={true}
357
361
362
363
364
365
358
366
367
368
0 commit comments