Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 2 replies, 0 views
Replied In
Cannot select individual elements in Canvas
Turned out to be my fault. I cut each View element individually until the borders returned to find the problem. One of my padding modifiers uses a variable and I'm guessing the preview breaks when it doesn't explicitly get a Double there. Fixed it by just changing padding(.bottom, myVariable) to padding(.bottom, 0.0 + myVariable)