-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aligning image does not work in react 16.0.0 #530
Comments
@khj809 ahhh react 15 it works interesting... |
has anyone come up with a workaround for this? |
Hi @MattWillcox I found it to randomly work at times. on second click on the L, C, R buttons it works for me. I'm currently looking to move to draft-js-plugins |
This issue has been resolved in an updated version of react @jpuri |
@MattWillcox thx |
Using |
@jpuri Alignment is not working in first attempt also getting "Cannot read properties of null (reading 'focus')" on alignment button click. |
I tested image alignment feature in both react 15.6.2 and 16.0.0.
In 16.0.0, the tooltip [L][C][R] is shown when mouse is hovered on image, but it immediately disappears when mouse leaves the image area, which makes me not able to set alignment.
In 15.6.2 it works with no problem. (maybe same in lower versions, not tested though)
The text was updated successfully, but these errors were encountered: