mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-18 09:07:51 +08:00
Only lexer-highlight what is shown in CS console (fix max vert overflow)
This commit is contained in:
@ -36,7 +36,7 @@ namespace UnityExplorer.UI.IValues
|
||||
{
|
||||
if (s == null)
|
||||
return false;
|
||||
|
||||
|
||||
return s.Length >= UIManager.MAX_INPUTFIELD_CHARS;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user