mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
test(item): update reorder test with disabled
This commit is contained in:
@ -74,7 +74,7 @@
|
||||
|
||||
for (var i = 0; i < groups.length; i++) {
|
||||
var groupEl = document.getElementById(groups[i].id);
|
||||
groupEl.enabled = isReordering;
|
||||
groupEl.disabled = !isReordering;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user