Skip to content

Commit cca03fa

Browse files
(add) added onHover event in Component Map invoking dummy function
1 parent c619bd0 commit cca03fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/ComponentMap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const ComponentMap = (props: componentMapProps) => {
2424
let lastSnap: number | null = null;
2525
if (viewIndex < 0) lastSnap = snapshots.length - 1;
2626
else lastSnap = viewIndex;
27-
27+
console.log('inside ComnponentMap, snapshots:', snapshots)
2828
//external constants
2929
const width: any = '100vw';
3030
const height: any = '100vh';

0 commit comments

Comments
 (0)