@topconsultnpm/sdkui-react-beta 6.14.22 → 6.14.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -464,7 +464,10 @@ const TMBlogs = (props) => {
|
|
|
464
464
|
handleFocusedBlog(nextItem);
|
|
465
465
|
break;
|
|
466
466
|
case 'Enter':
|
|
467
|
-
|
|
467
|
+
const item = blogPosts[currentIndex];
|
|
468
|
+
const classItemID = blogPost.classID;
|
|
469
|
+
if (handleNavigateToWGs && item.id && classItemID === 'WG')
|
|
470
|
+
handleNavigateToWGs(item.id);
|
|
468
471
|
break;
|
|
469
472
|
default:
|
|
470
473
|
break;
|