Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 16c51f4

Browse files
Googlernshahan
authored andcommitted
Naming conflict between reorder item input and reorder handle directive.
PiperOrigin-RevId: 233695103
1 parent 40b512d commit 16c51f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular_components/lib/reorder_list/reorder_list.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ class ReorderItemDirective {
651651
/// Optional. If not specified, the host element for this directive will also
652652
/// be the handle.
653653
@Input()
654-
set reorderHandle(HtmlElement element) {
654+
set useHandle(HtmlElement element) {
655655
_handleElement = element;
656656
}
657657

0 commit comments

Comments
 (0)