We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
le champ "analyse" plante lorsque je tape un chiffre suivi d'un point et d'un espace. Ex: si je tape "1. ", la page plante.
Bug Quill : la page plante (!) quand on saisit un chiffre suivi d’un point (^[0-9]\.) au début du premier paragraphe d’un champ.
^[0-9]\.
The text was updated successfully, but these errors were encountered:
Aussi, Le numéro de paragraphe doit être visible à la fois en édition et en consultation
Sorry, something went wrong.
Le problème est résolu en désactivant les listes par défaut de Quill :
Ajout d'un keybord binding dans LettresQuill.js pour désactiver le défaut.
'list autofill': { prefix: /^\s*()$/ }
MrGecko
No branches or pull requests
Bug Quill : la page plante (!) quand on saisit un chiffre suivi d’un point (
^[0-9]\.
) au début du premier paragraphe d’un champ.The text was updated successfully, but these errors were encountered: