1
This commit is contained in:
@@ -92,7 +92,7 @@ namespace BITKit.UX
|
||||
|
||||
//ve = document.rootVisualElement.Q(bindPathAtt.Path);
|
||||
if (bindPathAtt.CanBeNull is false && ve is null)
|
||||
BIT4Log.LogException(new NullReferenceException($"{self.GetType().Name}上未找到{bindPathAtt.Path}"));
|
||||
BIT4Log.LogException(new NullReferenceException($"{self.GetType().Name},{rootVisualElement.name}上未找到{bindPathAtt.Path}"));
|
||||
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user