@@ -135,7 +135,7 @@ drawFuncs = { lst: [
135135   {  name : clTBranchFunc ,  icon : 'img_leaf_method' ,  draw : ( )  =>  import_tree ( ) . then ( h  =>  h . drawTree ) ,  opt : ';dump' ,  noinspect : true  } , 
136136   {  name : / ^ T B r a n c h / ,  icon : 'img_branch' ,  draw : ( )  =>  import_tree ( ) . then ( h  =>  h . drawTree ) ,  dflt : 'expand' ,  opt : ';dump' ,  ctrl : 'dump' ,  shift : kInspect ,  ignore_online : true ,  always_draw : true  } , 
137137   {  name : / ^ T L e a f / ,  icon : 'img_leaf' ,  noexpand : true ,  draw : ( )  =>  import_tree ( ) . then ( h  =>  h . drawTree ) ,  opt : ';dump' ,  ctrl : 'dump' ,  ignore_online : true ,  always_draw : true  } , 
138-    {  name : 'ROOT::RNTuple' ,  icon : 'img_tree' ,  get_expand : ( )  =>  import ( './rntuple.mjs' ) . then ( h  =>  h . tupleHierarchy )  } , 
138+    {  name : 'ROOT::RNTuple' ,  icon : 'img_tree' ,  get_expand : ( )  =>  import ( './rntuple.mjs' ) . then ( h  =>  h . tupleHierarchy ) ,   draw :  ( )   =>   import ( './draw/RNTuple.mjs' ) . then ( h   =>   h . drawRNTuple )  } , 
139139   {  name : 'ROOT::RNTupleField' ,  icon : 'img_leaf' ,  draw : ( )  =>  import ( './draw/RNTuple.mjs' ) . then ( h  =>  h . drawRNTuple ) ,  opt : ';dump' ,  ctrl : 'dump' ,  shift : kInspect ,  ignore_online : true ,  always_draw : true  } , 
140140   {  name : clTList ,  icon : 'img_list' ,  draw : ( )  =>  import_h ( ) . then ( h  =>  h . drawList ) ,  get_expand : ( )  =>  import_h ( ) . then ( h  =>  h . listHierarchy ) ,  dflt : 'expand'  } , 
141141   {  name : clTHashList ,  sameas : clTList  } , 
0 commit comments