Hi, I have problem when work with TinyMCE and Chakra UI modal. I can't insert code plugin and dropdown.
Solution:
add "trapFocus={false}" in modal.
<Modal isCentered isOpen={isOpen} onClose={onClose} size={"6xl"} trapFocus={false}>
Hi, I have problem when work with TinyMCE and Chakra UI modal. I can't insert code plugin and dropdown.
Solution:
add "trapFocus={false}" in modal.
<Modal isCentered isOpen={isOpen} onClose={onClose} size={"6xl"} trapFocus={false}>
For further actions, you may consider blocking this person and/or reporting abuse
Tawhid -
Confidence Okoghenun -
Sarah Siqueira -
Joseph Abraham -
Top comments (1)
@agiksetiawan Have you tried adding this to Github Issues for us to help you address this?