Skip to content

Commit

Permalink
Merge pull request #5183 from gitbutlerapp/fix-series-header-disable-…
Browse files Browse the repository at this point in the history
…rename-once-pushed

fix: also disable series 'rename' via contextMenu once pushed
  • Loading branch information
krlvi authored Oct 17, 2024
2 parents 5d28c1a + f94ea35 commit 8176ebb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
/>
<ContextMenuItem
label="Rename"
disabled={disableTitleEdit}
on:click={async () => {
renameSeriesModal.show(branch);
contextMenuEl?.close();
Expand Down

0 comments on commit 8176ebb

Please sign in to comment.