Skip to content

Commit 8d1c360

Browse files
Fixes regression with reordering commits
1 parent c465bb8 commit 8d1c360

File tree

1 file changed

+1
-1
lines changed
  • src/webviews/apps/plus/composer/components

1 file changed

+1
-1
lines changed

src/webviews/apps/plus/composer/components/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ export class ComposerApp extends LitElement {
12041204
}
12051205

12061206
private get canReorderCommits(): boolean {
1207-
return !this.isPreviewMode && !this.commitsLocked;
1207+
return !this.commitsLocked;
12081208
}
12091209

12101210
private get isReadyToFinishAndCommit(): boolean {

0 commit comments

Comments
 (0)