We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87d646a + 99d993d commit b3e4676Copy full SHA for b3e4676
Classes/Editor/MovableViews/MovableViewCanvas.swift
@@ -93,6 +93,7 @@ final class MovableViewCanvas: IgnoreTouchesView, UIGestureRecognizerDelegate, M
93
/// Sets up the trash bin used during deletion
94
private func setUpTrashView() {
95
trashView.accessibilityIdentifier = "Editor Movable View Canvas Trash View"
96
+ trashView.layer.zPosition = 1
97
trashView.translatesAutoresizingMaskIntoConstraints = false
98
addSubview(trashView)
99
0 commit comments