It is possible to workaround this by including a check to `enabled` in the `ILayoutIgnorer.ignoreLayout` property, like so:
```public bool ignoreLayout => enabled && shouldIgnoreLayout;```
Changing this behavior is too risky and could break other users. We will update the documentation of `ILayoutIgnorer` to reflect that it runs on disabled components as well.