File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -889,6 +889,8 @@ class FormItem extends FeathersControl implements ITextControl implements IFocus
889
889
}
890
890
}
891
891
}
892
+ var oldIgnoreContentResize = this ._ignoreContentResize ;
893
+ this ._ignoreContentResize = true ;
892
894
if (this .horizontalAlign == JUSTIFY || this .verticalAlign == JUSTIFY ) {
893
895
var justifyWidth : Null <Float > = null ;
894
896
var justifyHeight : Null <Float > = null ;
@@ -911,8 +913,6 @@ class FormItem extends FeathersControl implements ITextControl implements IFocus
911
913
} else {
912
914
this ._contentMeasurements .restore (this ._currentContent );
913
915
}
914
- var oldIgnoreContentResize = this ._ignoreContentResize ;
915
- this ._ignoreContentResize = true ;
916
916
if ((this ._currentContent is IValidating )) {
917
917
(cast this ._currentContent : IValidating ).validateNow ();
918
918
}
You can’t perform that action at this time.
0 commit comments