fix: use drawingGroup modifier on bg canvas

This commit is contained in:
2024-07-29 22:43:55 +01:00
parent 8ea40bbb4f
commit c2c78a2ab6

View File

@@ -51,5 +51,6 @@ struct DottedBackground: View {
}
}
.gesture(dragGesture)
.drawingGroup()
}
}