fix: handled drag and drop issue, gantt hover issue for issue peek overview (#2660)
This commit is contained in:
parent
3a07bb6060
commit
0c8a867565
5 changed files with 34 additions and 28 deletions
|
|
@ -44,6 +44,7 @@ export class IssueKanBanViewStore implements IIssueKanBanViewStore {
|
|||
}
|
||||
|
||||
get canUserDragDrop() {
|
||||
if (this.rootStore.issueDetail.peekId) return false;
|
||||
if (
|
||||
this.rootStore?.issueFilter?.userDisplayFilters?.order_by &&
|
||||
this.rootStore?.issueFilter?.userDisplayFilters?.order_by === "sort_order" &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue