Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1334 Rev 1381
Línea 62... Línea 62...
62
    await navigator.clipboard.writeText(`${message.m}`)
62
    await navigator.clipboard.writeText(`${message.m}`)
63
    dispatch(addNotification({
63
    dispatch(addNotification({
64
      style: "success",
64
      style: "success",
65
      msg: 'Mensaje copiado en el portapapeles',
65
      msg: 'Mensaje copiado en el portapapeles',
66
    }))
66
    }))
-
 
67
    setIsShow(!isShow)
67
  }
68
  }
Línea 68... Línea 69...
68
 
69
 
69
  switch (message.mtype) {
70
  switch (message.mtype) {
70
    case "text":
71
    case "text":