contentful / field-editors

React components and extensions for building Contentful entry editor
https://contentful-field-editors.netlify.app/
MIT License
149 stars 114 forks source link

fix: editor focus [ZEND-4737] #1620

Closed YvesRijckaert closed 4 months ago

YvesRijckaert commented 4 months ago

For some unknown reason (probably an internal slate bug), the provided useFocused(); from slate-react is always false. Instead of relying on this hook to determine if the editor is in focus, we check it ourselves. I removed the hook for now since we only used it for the hyperlink modal