tidy(ui): remove unused conditional

This commit is contained in:
psychedelicious 2024-04-19 20:39:43 +10:00 committed by Kent Keirsey
parent 4b2cd2da9f
commit 14c722c265

View File

@ -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();
}
}