[WIP] Entity input panel

This commit is contained in:
Ali
2022-07-13 01:21:54 +02:00
parent ed59ead31e
commit c51b58ca72
101 changed files with 3374 additions and 491 deletions

View File

@@ -625,8 +625,8 @@ public extension ContainedViewLayoutTransition {
} else {
switch self {
case .immediate:
view.layer.removeAnimation(forKey: "position")
view.layer.removeAnimation(forKey: "bounds")
//view.layer.removeAnimation(forKey: "position")
//view.layer.removeAnimation(forKey: "bounds")
view.frame = frame
if let completion = completion {
completion(true)