fix: handled drag and drop issue, gantt hover issue for issue peek overview (#2660)

This commit is contained in:
guru_sainath 2023-11-06 13:52:33 +05:30 committed by GitHub
parent 3a07bb6060
commit 0c8a867565
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 34 additions and 28 deletions

View file

@ -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" &&