mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
fix: call to nativeView (#8488)
This commit is contained in:
@ -104,7 +104,7 @@ export class TextBase extends TextBaseCommon {
|
||||
initializeTextTransformation();
|
||||
const nativeView = this.nativeTextViewProtected;
|
||||
this._defaultTransformationMethod = nativeView.getTransformationMethod();
|
||||
this._defaultMovementMethod = this.nativeView.getMovementMethod();
|
||||
this._defaultMovementMethod = nativeView.getMovementMethod();
|
||||
this._minHeight = nativeView.getMinHeight();
|
||||
this._maxHeight = nativeView.getMaxHeight();
|
||||
this._minLines = nativeView.getMinLines();
|
||||
|
Reference in New Issue
Block a user