updated the swiftpm

This commit is contained in:
Mauro Romito 2022-10-17 18:11:19 +02:00
parent 379e9ee9b3
commit 453456d89a
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@
"location" : "https://github.com/matrix-org/matrix-wysiwyg-composer-swift",
"state" : {
"branch" : "main",
"revision" : "b945a33cea78fb36a386d4ef7f1934b00b1d445c"
"revision" : "11dad16e3e589dba423f6cc5707e9df8aace89b0"
}
},
{

View file

@ -40,7 +40,7 @@ struct Composer: View {
}
private var cornerRadius: CGFloat {
if viewModel.viewState.shouldDisplayContext || wysiwygViewModel.idealHeight > minTextViewHeight + 2 {
if viewModel.viewState.shouldDisplayContext || wysiwygViewModel.idealHeight > minTextViewHeight {
return 14
} else {
return borderHeight / 2

View file

@ -53,7 +53,7 @@ packages:
branch: main
WysiwygComposer:
url: https://github.com/matrix-org/matrix-wysiwyg-composer-swift
revision: b945a33cea78fb36a386d4ef7f1934b00b1d445c
revision: 11dad16e3e589dba423f6cc5707e9df8aace89b0
DeviceKit:
url: https://github.com/devicekit/DeviceKit
majorVersion: 4.7.0