-
The balloon toolbar works nicely with one click buttons. But when we try to add a button with an input (for example link input in toolbar to apply link element on the selection), the toolbar looses focus. I could not find why this was happening or any other approach for the same. <>
<button
active={isLink}
onMouseDown={handleMouseDownLink}
>
{props.icon}
</button>
{showInput && <input {...register('link_value')} />
</> A rendering strategy as shown above for the link button doesn't work. |
Beta Was this translation helpful? Give feedback.
Answered by
zbeyens
Jul 8, 2021
Replies: 1 comment 7 replies
-
This will need a PR against |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
zbeyens
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will need a PR against
BalloonToolbar
component, it's currently hiding when the editor loses the focus