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:
parent
0a99a1a091
commit
065226f8b2
6 changed files with 9 additions and 5 deletions
|
|
@ -29,7 +29,7 @@ export class DraftIssues extends IssueHelperStore implements IDraftIssues {
|
|||
viewFlags = {
|
||||
enableQuickAdd: false,
|
||||
enableIssueCreation: true,
|
||||
enableInlineEditing: false,
|
||||
enableInlineEditing: true,
|
||||
};
|
||||
// root store
|
||||
rootIssueStore: IIssueRootStore;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue