Skip to content

v1.34.1

Choose a tag to compare

@sgaduuw sgaduuw released this 14 Jun 08:24
· 25 commits to develop since this release
0ef6544

Fixed

  • Inline editing in the Pages list: pressing Enter to save a title,
    slug, or parent no longer reverts the value. The cell's
    focused-Enter "enter edit mode" trigger was also firing while
    editing, racing the save request and re-rendering the old value
    under multi-worker deployments. The trigger now applies in view
    mode only.