Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6957 | Rev 6961 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6957 Rev 6958
Línea 57... Línea 57...
57
  }
57
  }
Línea 58... Línea 58...
58
 
58
 
59
  const onIntersection = (entities) => {
59
  const onIntersection = (entities) => {
Línea 60... Línea 60...
60
    const target = entities[0]
60
    const target = entities[0]
61
 
61
 
62
    if (!target.isIntersecting || currentPage >= pages) {
62
    if (!target.isIntersecting || currentPage >= pages || loadingOld) {
Línea 63... Línea 63...
63
      return
63
      return
64
    }
64
    }