Skip to content

Commit

Permalink
vaev-layout: Always display floating box for now?
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Nov 4, 2024
1 parent e90dbe6 commit 60766db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/vaev-layout/block.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ struct BlockFormatingContext {
});

for (auto &c : box.children()) {
if (c.style->float_ != Float::NONE)
continue;
// TODO: Implement floating
// if (c.style->float_ != Float::NONE)
// continue;

Opt<Px> childInlineSize = NONE;
if (c.style->sizing->width == Size::AUTO and
Expand Down

0 comments on commit 60766db

Please sign in to comment.