mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 04:29:40 +00:00
Removed axis resrtiction to ease reordering of large number of tags
This commit is contained in:
parent
e470764b06
commit
8826ae8c41
1 changed files with 0 additions and 1 deletions
|
|
@ -142,7 +142,6 @@ habitrpg.directive('hrpgSortChecklist', ['User', function(User) {
|
|||
habitrpg.directive('hrpgSortTags', ['User', function(User) {
|
||||
return function($scope, element, attrs, ngModel) {
|
||||
$(element).sortable({
|
||||
axis: "x",
|
||||
start: function (event, ui) {
|
||||
ui.item.data('startIndex', ui.item.index());
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue