4.7.1
Fixes
- MenuBar: a replaced menu bar no longer overflows the bars below it on mobile. Under 768px the menu bar had a fixed
height: 22px, somenu-itemsslot content that wraps to several rows painted over the toolbar and breadcrumb bar. It ismin-heightnow — the default menus keep their compact height while custom content can grow. - Preview: iOS no longer opens the virtual keyboard on a read-only editor.
EditorState.readOnlyonly blocks document changes and leaves the CodeMirror DOMcontenteditable; it is now paired withEditorView.editable. The view is focused when editing is switched back on.
Docs
The MenuBar slot demos are readable on a phone: the combined bar turns each group into one swipeable row and drops its redundant path line, and the slots demo fits all four tabs without a horizontal scroll.
Full changelog: 4.7.0...4.7.1