fix: draft issue peek overview (#3582)

* chore: project, view and shortcut modal alignment consistency

* chore: issue highlight list layout improvement

* fix: draft issue peek overview fix

* fix: draft issue layout inline editing
This commit is contained in:
Anmol Singh Bhatia
2024-02-07 15:06:07 +05:30
committed by GitHub
parent 0a99a1a091
commit 065226f8b2
6 changed files with 9 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ export class DraftIssues extends IssueHelperStore implements IDraftIssues {
viewFlags = {
enableQuickAdd: false,
enableIssueCreation: true,
enableInlineEditing: false,
enableInlineEditing: true,
};
// root store
rootIssueStore: IIssueRootStore;