Skip to content

Commit 3f31ad0

Browse files
committed
add todo comment
1 parent baae377 commit 3f31ad0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

blocks/projects/projects.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ function onScroll(e) {
3030
.setProperty('--projects--scroll-top', e.target.scrollTop + 'px');
3131
}
3232

33+
/**
34+
* todo i don't know what is happening here. Check it and update
35+
* documentation.
36+
* @param {*} e some event.
37+
*/
3338
function onOrientationChange(e) {
3439
const
3540
a = 1 * e.accelerationIncludingGravity.x,

0 commit comments

Comments
 (0)