Skip to content

Commit

Permalink
Interpolate row clickable property (#3324)
Browse files Browse the repository at this point in the history
Interpolate row clickable property
  • Loading branch information
hamza-vd authored Jun 10, 2024
1 parent e39a27f commit bd470ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ data class RowProperties(
return this.copy(
backgroundColor = backgroundColor?.interpolate(computedValuesMap),
visible = visible.interpolate(computedValuesMap),
clickable = clickable.interpolate(computedValuesMap),
)
}
}
Expand Down

0 comments on commit bd470ef

Please sign in to comment.