diff options
| author | chai <chaifix@163.com> | 2021-07-23 19:38:11 +0800 | 
|---|---|---|
| committer | chai <chaifix@163.com> | 2021-07-23 19:38:11 +0800 | 
| commit | d592de2d14148ee61da21dbabd6603e4b55228f5 (patch) | |
| tree | 701bc4f55b5feacf727d954e0b149bc9a6f366d6 /Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/UIControls | |
| parent | a257e8db13ed740c016d1acebc6f9edc2801dac8 (diff) | |
This reverts commit a257e8db13ed740c016d1acebc6f9edc2801dac8.
Diffstat (limited to 'Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/UIControls')
| -rw-r--r-- | Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/UIControls/InputField.cs | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/UIControls/InputField.cs b/Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/UIControls/InputField.cs index 99dbf1a..ed39020 100644 --- a/Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/UIControls/InputField.cs +++ b/Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/UIControls/InputField.cs @@ -1572,7 +1572,6 @@ namespace UnityEngine.UI              UISystemProfilerApi.AddMarker("InputField.value", this);              if (onValueChanged != null)                  onValueChanged.Invoke(text); -          }          /// <summary> | 
