Camera and editor improvements

This commit is contained in:
Ilya Laktyushin
2023-06-26 00:24:08 +02:00
parent 4970445702
commit eb28692e92
2 changed files with 8 additions and 6 deletions

View File

@@ -3918,7 +3918,6 @@ private final class ToolValueComponent: Component {
}
func update(component: ToolValueComponent, availableSize: CGSize, state: EmptyComponentState, environment: Environment<Empty>, transition: Transition) -> CGSize {
let previousValue = self.component?.value
self.component = component
self.state = state