File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lib/src/transformers/node_transformers Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ class _PassivePageViewWidgetState extends State<PassivePageViewWidget> {
7474
7575 final ScopedValues scopedValues = ScopedValues .of (context);
7676
77- // Get the value of bound variable and update the controller text if it's
78- // different from the current controller text .
79- // widget.node.variables['inputValue '] only works when a sync variable is specified. If it is not then
80- // we rely on initial text to be able to see if controller text needs to be updated .
77+ // Get the value of bound variable and update the controller page index if
78+ // it's different from the current controller page index .
79+ // widget.node.variables['indexValue '] only works when a sync variable is
80+ // specified .
8181 if (widget.node.variables['indexValue' ] != null ) {
8282 final int ? currentPropertyValue =
8383 PropertyValueDelegate .getPropertyValue <int >(
You can’t perform that action at this time.
0 commit comments