Skip to content

4.12.32

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Jun 12:31

πŸ› Bug Fix

  • Editor size / external toolbar: when the toolbar option points to an external element (the toolbar renders outside the editor container), the workplace height was still computed as container height βˆ’ toolbar height, so the editing area was wrongly shrunk by the height of a toolbar that wasn't inside the container. The toolbar height is now subtracted only when the toolbar actually lives inside the container. Reported in #920.