mindfiredigital / react-text-igniter

A powerful and intuitive HTML Editor built with React.js.
MIT License
7 stars 8 forks source link

fix: fix modal state reset #48

Closed geekychandan closed 2 weeks ago

geekychandan commented 1 month ago

Description

Added a useEffect hook in the dialog component to reset the modal to default values when it is opened.This ensures that when the modal opens, the link and linkText values are cleared, providing a fresh form for the user to add a new link.

Fixes #46

All React Text Igniter Contribution checklist: