You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
While investigating the QuillEditor, I came across the unused Prompt component designed to execute when changes are not saved. Currently, this component is not being utilized.
Expected behavior
The prompt should activate if changes have not been saved to Firestore.
Desktop (please complete the following information):
OS: Windows
Browser Chrome
Additional context
I noticed that another contributor had considered implementing a popup modal for confirmation when navigating to a different URL, asking if the user is sure or if changes are unsaved. However, the existing Prompt component should suffice for this purpose, as it consistently saves changes to Firestore with every text modification.
The text was updated successfully, but these errors were encountered:
Describe the bug
While investigating the QuillEditor, I came across the unused Prompt component designed to execute when changes are not saved. Currently, this component is not being utilized.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The prompt should activate if changes have not been saved to Firestore.
Desktop (please complete the following information):
Additional context
I noticed that another contributor had considered implementing a popup modal for confirmation when navigating to a different URL, asking if the user is sure or if changes are unsaved. However, the existing Prompt component should suffice for this purpose, as it consistently saves changes to Firestore with every text modification.
The text was updated successfully, but these errors were encountered: