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
I don't really understand how I am able to create a new paragraph. When I hit the return key (alone or with a shift/command/ctrl/alt combinaison), nothing happen. I tried to hit the return key twice but it doesn't work either.
The only way I found was to set disableReturn: false in the js/wysiwyg.js file (line 37).
But I guess this is not the good solution.
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hello,
I don't really understand how I am able to create a new paragraph. When I hit the return key (alone or with a shift/command/ctrl/alt combinaison), nothing happen. I tried to hit the return key twice but it doesn't work either.
The only way I found was to set
disableReturn: false
in the js/wysiwyg.js file (line 37).But I guess this is not the good solution.
Thank you in advance.
The text was updated successfully, but these errors were encountered: