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
Fix editor sheets: wrong title on edit, missing padding
Both Snippet and Replacement editors used @State to check if the
entry name/trigger was empty to decide the title. Since @State
captures the initial value, editing an existing entry could still
show "Add" if SwiftUI reused the view. Pass an explicit isEditing
flag instead.
Also move padding inside the editor body and remove the conflicting
outer .padding(20) on the sheet content.
Made-with: Cursor
0 commit comments