Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2253 Rev 2254
Línea 46... Línea 46...
46
 
46
 
47
    const handleClick = async () => {
47
    const handleClick = async () => {
48
      const shorterUrl = shareUrl || (await getShareUrl())
48
      const shorterUrl = shareUrl || (await getShareUrl())
Línea -... Línea 49...
-
 
49
      setShareUrl(shorterUrl)
49
      setShareUrl(shorterUrl)
50
 
-
 
51
      if (!isMobile) {
-
 
52
        setShowOptions(!showOptions)
Línea 50... Línea 53...
50
 
53
        return
51
      if (!isMobile) setShowOptions(!showOptions)
54
      }
52
 
55
 
53
      if (navigator?.share) {
56
      if (navigator?.share) {