mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-26 07:17:25 +00:00
I accidentally inverted this behavior in commit 2042d909972
Previously it read:
```cpp
constexpr bool is_untouched() const { return !(flags & Touched); }
```