Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
One more missed thing
Browse files Browse the repository at this point in the history
  • Loading branch information
hlomzik committed Feb 22, 2024
1 parent 974eb3e commit 45dfe72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regions/TextAreaRegion.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Model = types
}))
.actions(self => ({
setValue(val) {
if (isFF(FF_LSDV_4712) && (self._value === val || !self.parent.validateValue(val))) return;
if (isFF(FF_LSDV_4712) && (self._value === val || !self.parent.validateText(val))) return;

self._value = val;
self.parent.onChange();
Expand Down

0 comments on commit 45dfe72

Please sign in to comment.