sync_to_action not required, will trigger off value set
matthewt [Sat, 2 Feb 2008 16:33:15 +0000 (16:33 +0000)]
lib/Reaction/UI/ViewPort/Field/Mutable/Array.pm

index 49e629b..0bf0104 100644 (file)
@@ -11,7 +11,6 @@ class Array is 'Reaction::UI::ViewPort::Field::Array', which {
     return $orig->($self) unless @_;
     my $value = defined $_[0] ? $_[0] : [];
     $orig->($self, (ref $value eq 'ARRAY' ? $value : [ $value ]));
-    $self->sync_to_action;
   };
 };