primefaces / primereact

The Most Complete React UI Component Library
https://primereact.org
MIT License
6.61k stars 999 forks source link

Editor: do not support module #7091

Open swotiendang opened 2 weeks ago

swotiendang commented 2 weeks ago

Describe the bug

Code

    <Editor
      them="snow"
      modules={{
        toolbar: {
          container: [
            ["bold", "italic"],
            ["link", "image"],
          ],
          handlers: {
            // image: imageHandler,
          },
        },
      }}
    />

Output:

image

Reproducer

No response

System Information

Primereact: 10.8.2 Quil: 2.0.2 OS: Window 11 Pro Browser: Chrome v127

Steps to reproduce the behavior

No response

Expected behavior

Toolbar not broken

github-actions[bot] commented 2 weeks ago

Please fork the Stackblitz project and create a case demonstrating your bug report. This issue will be closed if no activities in 20 days.