diff --git a/algorithmic.typ b/algorithmic.typ index e537b96..cf59cd3 100644 --- a/algorithmic.typ +++ b/algorithmic.typ @@ -46,8 +46,6 @@ ) let _placement = placement let _scope = scope - if it.placement != none { _placement = it.placement } - if it.scope != "column" { _scope = it.scope } if _placement != none { place(_placement, scope: _scope, float: true, algo) } else {