* Correct callback handler for object tree

This commit is contained in:
Michaël Van Canneyt 2024-08-06 09:31:54 +02:00
parent 25af7a4281
commit d0b03c9c71

View File

@ -214,7 +214,7 @@ class constructor TWasmDebugInspector.init;
begin
_List:=TInspectorList.Create;
OnGetObjectProperties:=@_List.HandleObjectPropertiesEvent;
OnGetObjectTree:=@_List.HandleObjectPropertiesEvent;
OnGetObjectTree:=@_List.HandleObjectTreeEvent;
end;
constructor TWasmDebugInspector.Create(aOwner: TComponent);