Revert "Fix for missing bottom half of a note"
This reverts commit 39dce64131.
This commit is contained in:
@@ -29,7 +29,6 @@ struct SelectableText: View {
|
||||
.padding([.leading, .trailing], -1.0)
|
||||
.onAppear {
|
||||
self.selectedTextWidth = geo.size.width
|
||||
self.selectedTextHeight = 100000.0
|
||||
}
|
||||
.onChange(of: geo.size) { newSize in
|
||||
self.selectedTextWidth = newSize.width
|
||||
|
||||
Reference in New Issue
Block a user