-
Notifications
You must be signed in to change notification settings - Fork 406
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
Blockmodification always inserts br after block #438
Comments
If you want me to look at something, please include steps to reproduce, the expected outcome, the actual outcome, and why this is causing a problem. |
my squire instance is initialized like this when the dblclick event is fired on a div
selection points to the container div my formatting methods all look somewhat like this:
Expected outcome is that a block level element such as the h$ and p is replaced by another block level element so that visually and element transforms into another paragraph type. beforeclick:
afterclick:
My setup uses a toolbar button to trigger the modifyBlocks method.
the buttons fire their events with a common "click" event handler with the useCapture set to false at all times. |
I can't reproduce this, sorry. |
Will you allow me to clean things up and try with your latest update? |
Its troublesome to hit delete at blockend to remove this clutter. Please look into it. I strongly doubt this is a browser issue. All chromium browsers i tested on windows demonstrate the same issue. Win10. Edge. Chrome. Brave.
The text was updated successfully, but these errors were encountered: