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
normalizeAroundCursor() should only be called when htmlUntouched is false.
Actual behavior.
From within the del() function, normalizeAroundCursor() is called when htmlUntouched is true.
Compare this to the backspace() and enter() functions, where is is not called.
This causes weird spacing problems on one of our customer environments when deleting a custom element.
Editor version.
4.2.0
OS.
Windows 10 entreprise
Browser.
Chrome 130.0.6723.71
The text was updated successfully, but these errors were encountered:
Expected behavior.
normalizeAroundCursor() should only be called when htmlUntouched is false.
Actual behavior.
From within the del() function, normalizeAroundCursor() is called when htmlUntouched is true.
Compare this to the backspace() and enter() functions, where is is not called.
This causes weird spacing problems on one of our customer environments when deleting a custom element.
Editor version.
4.2.0
OS.
Windows 10 entreprise
Browser.
Chrome 130.0.6723.71
The text was updated successfully, but these errors were encountered: