Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

295
Vistas
React Quill link handler not opening edit mode
 toolbar: {
      container: ['bold', 'italic', { list: 'bullet' }, 'link'],
      handlers: {
        link: () => {
          const editor = reactQuillRef.getEditor();
          const unprivilegedEditor = reactQuillRef.makeUnprivilegedEditor(
            editor,
          );
          const range = unprivilegedEditor.getSelection();

          if (range == null || range.length == 0) {
            alert('nothing is selected');
            return;
          }
          const tooltip = editor.theme.tooltip;

          tooltip.edit('link');
        },
      },
    },

As soon as I click on the Link button the link editing tooltip appears for a brief moment and then closes itself immediately. It all works fine if I remove the handler altogether. What am I doing wrong here?

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda