Skip to content

Commit

Permalink
Merge pull request #736 from Infomaniak/compose-view-fixes
Browse files Browse the repository at this point in the history
fix(ComposeView): Prevent duplicated paste
  • Loading branch information
Ambrdctr committed May 4, 2023
2 parents 22e8781 + 44d90c5 commit 977e45c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Ambrdctr/SQRichTextEditor",
"state" : {
"branch" : "master",
"revision" : "a611186d5754cdac26b52465a1fd951319da75df"
"revision" : "0b6261f64f94717c5c0e8320638065797bb89b2d"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ let project = Project(name: "Mail",
.package(url: "https://github.com/flowbe/SwiftRegex", .upToNextMajor(from: "1.0.0")),
.package(url: "https://github.com/matomo-org/matomo-sdk-ios", .upToNextMajor(from: "7.5.1")),
.package(url: "https://github.com/siteline/SwiftUI-Introspect", .upToNextMajor(from: "0.1.4")),
.package(url: "https://github.com/Ambrdctr/SQRichTextEditor", .branch("master")),
.package(url: "https://github.com/Ambrdctr/SQRichTextEditor", .revision("0b6261f64f94717c5c0e8320638065797bb89b2d")),
.package(url: "https://github.com/markiv/SwiftUI-Shimmer", .upToNextMajor(from: "1.0.1")),
.package(url: "https://github.com/dkk/WrappingHStack", .upToNextMajor(from: "2.0.0")),
.package(url: "https://github.com/kean/Nuke", .upToNextMajor(from: "12.0.0")),
Expand Down

0 comments on commit 977e45c

Please sign in to comment.