mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
tidy(ui): remove unused conditional
This commit is contained in:
parent
4b2cd2da9f
commit
14c722c265
@ -66,9 +66,6 @@ export const getKonvaLayerBbox = (
|
||||
for (const child of layerClone.getChildren()) {
|
||||
if (filterChildren && filterChildren(child)) {
|
||||
child.destroy();
|
||||
} else {
|
||||
// We need to re-cache to handle children with transparency and multiple objects - like prompt region layers.
|
||||
// child.cache();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user