🐛 Bug Fix
- Editor size / external toolbar: when the
toolbaroption points to an external element (the toolbar renders outside the editor container), the workplace height was still computed ascontainer 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.