Skip to content

Commit

Permalink
fix(filter): Prevent dragging when filtering without clicking rearrange
Browse files Browse the repository at this point in the history
  • Loading branch information
aasdkl authored Oct 13, 2024
1 parent df47294 commit e0dbb42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/custom-sort.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ export const addSortButton = function (
filterEl?.parentElement?.show();
filterEl?.focus();
}
plugin.app.workspace.trigger("file-explorer-draggable-change", value);
});
return sortEl;
};

0 comments on commit e0dbb42

Please sign in to comment.