We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c465bb8 commit 8d1c360Copy full SHA for 8d1c360
src/webviews/apps/plus/composer/components/app.ts
@@ -1204,7 +1204,7 @@ export class ComposerApp extends LitElement {
1204
}
1205
1206
private get canReorderCommits(): boolean {
1207
- return !this.isPreviewMode && !this.commitsLocked;
+ return !this.commitsLocked;
1208
1209
1210
private get isReadyToFinishAndCommit(): boolean {
0 commit comments