The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fixing minor issue with adapt_zoom

+2 -6
+2 -6
dgraph/dGraphContainer.ml
··· 377 377 378 378 method adapt_zoom () = 379 379 let az = function None -> () | Some w -> w#adapt_zoom () in 380 - match status with 381 - | Global -> az global_view 382 - | Tree -> az tree_view 383 - | Both -> 384 - az tree_view; 385 - az global_view 380 + az tree_view; 381 + az global_view 386 382 387 383 (* Constructor *) 388 384 initializer