Skip to content

Commit

Permalink
Fix RTE recognising when the content is empty. (#2631)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave authored Apr 3, 2024
1 parent b4d9600 commit ec69b29
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ElementX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7136,7 +7136,7 @@
repositoryURL = "https://github.com/matrix-org/matrix-rich-text-editor-swift";
requirement = {
kind = exactVersion;
version = 2.35.0;
version = 2.36.0;
};
};
4C34425923978C97409A3EF2 /* XCRemoteSwiftPackageReference "DSWaveformImage" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/matrix-org/matrix-rich-text-editor-swift",
"state" : {
"revision" : "97400e639af30662e9325bc8f4cbc53b291ca6aa",
"version" : "2.35.0"
"revision" : "48eaa6fc764f29a8dd50c9153fc65131134dac66",
"version" : "2.36.0"
}
},
{
Expand Down
1 change: 1 addition & 0 deletions changelog.d/2538.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The message composer now correctly recognises when it is empty after deleting a space or a new line.
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ packages:
# path: ../swift-ogg
WysiwygComposer:
url: https://github.com/matrix-org/matrix-rich-text-editor-swift
exactVersion: 2.35.0
exactVersion: 2.36.0
# path: ../matrix-rich-text-editor/platforms/ios/lib/WysiwygComposer

# External dependencies
Expand Down

0 comments on commit ec69b29

Please sign in to comment.