You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have editorskit installed in a website under development (it's a very useful set of additions, thank you).
When I am in the block editor (only, not in the public view of the page), with a custom block added which I have written, the h4 headlines in my block content have the string "H4" added to them.
h4 seems to be inconsistent with the other heading levels, in that it is being applied to all h4s in that hierarchy, while the other heading levels are being applied more selectively, and as a result some editorskit annotation is being applied in an incorrect context. Is this deliberate for some reason? It really shouldn't be affecting my block content.
I'm attaching a screenshot from the editor, and the Firefox debugger (it's not just FF, Chrome too).
The text was updated successfully, but these errors were encountered:
This was addressed in a pull request I submitted a while back (#299) - but it was never added in, I don't think this plugin is being maintained anymore, sadly. :(
Hi,
I have editorskit installed in a website under development (it's a very useful set of additions, thank you).
When I am in the block editor (only, not in the public view of the page), with a custom block added which I have written, the h4 headlines in my block content have the string "H4" added to them.
I've debugged this a bit and it boils down to https://github.com/phpbits/block-options/blob/master/src/styles/editor.scss at around line 83.
h4 seems to be inconsistent with the other heading levels, in that it is being applied to all h4s in that hierarchy, while the other heading levels are being applied more selectively, and as a result some editorskit annotation is being applied in an incorrect context. Is this deliberate for some reason? It really shouldn't be affecting my block content.
I'm attaching a screenshot from the editor, and the Firefox debugger (it's not just FF, Chrome too).
The text was updated successfully, but these errors were encountered: