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