Hube2 / acf-medium-editor

Configurable Medium Editor WYSIWYG Field for ACF5 Pro
77 stars 10 forks source link

Multiline - strange behaviour on init #29

Closed marcwieland95 closed 5 years ago

marcwieland95 commented 5 years ago

Hey. I really like your integration of Medium Editor into a ACF field.

When using it for a multiline text it doesn't work on the first return. On the second it starts to work as expected. I think this has something to do that it starts to create a textarea in the background.

MediumEditor

marcwieland95 commented 5 years ago

This just happens when the field was never stored with that type before. After I saved once it's working as expected

Hube2 commented 5 years ago

I'm not seeing this issue. Be sure to turn off both "disableReturn" and "disableDoubleReturn"

marcwieland95 commented 5 years ago

Yeah. I guess it was "disableDoubleReturn".

Thanks for your super fast support