mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-05 08:29:49 +00:00
copyright header added
This commit is contained in:
parent
bb4ad7a383
commit
d4928c05d9
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright (C) 2017-2022 Smart code 203358507
|
||||
|
||||
const isChildVisible = (container, element, threshold) => {
|
||||
const elementTop = element.offsetTop;
|
||||
const elementBottom = element.offsetTop + element.clientHeight;
|
||||
|
|
|
|||
Loading…
Reference in a new issue