Skip to content

Commit b3e4676

Browse files
authored
Merge branch 'main' into podspec
2 parents 87d646a + 99d993d commit b3e4676

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/Editor/MovableViews/MovableViewCanvas.swift

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ final class MovableViewCanvas: IgnoreTouchesView, UIGestureRecognizerDelegate, M
9393
/// Sets up the trash bin used during deletion
9494
private func setUpTrashView() {
9595
trashView.accessibilityIdentifier = "Editor Movable View Canvas Trash View"
96+
trashView.layer.zPosition = 1
9697
trashView.translatesAutoresizingMaskIntoConstraints = false
9798
addSubview(trashView)
9899

0 commit comments

Comments
 (0)