🐛 fix: Update HTMLEditor onChange event and set DropdownMenu modal to false for better user experience

This commit is contained in:
web@ppanel 2025-12-29 09:47:09 +00:00
parent 51a98afcae
commit ba65588fdf

View File

@ -538,7 +538,7 @@ export default function EmailSettingsForm() {
</FormLabel>
<FormControl>
<HTMLEditor
onBlur={field.onChange}
onChange={field.onChange}
placeholder={t(
"email.inputPlaceholder",
"Please enter"
@ -642,7 +642,7 @@ export default function EmailSettingsForm() {
</FormLabel>
<FormControl>
<HTMLEditor
onBlur={field.onChange}
onChange={field.onChange}
placeholder={t(
"email.inputPlaceholder",
"Please enter"
@ -713,7 +713,7 @@ export default function EmailSettingsForm() {
</FormLabel>
<FormControl>
<HTMLEditor
onBlur={field.onChange}
onChange={field.onChange}
placeholder={t(
"email.inputPlaceholder",
"Please enter"
@ -795,7 +795,7 @@ export default function EmailSettingsForm() {
</FormLabel>
<FormControl>
<HTMLEditor
onBlur={field.onChange}
onChange={field.onChange}
placeholder={t(
"email.inputPlaceholder",
"Please enter"