mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Fix RTE recognising when the content is empty. (#2631)
This commit is contained in:
parent
b4d96004fe
commit
ec69b29c58
@ -7136,7 +7136,7 @@
|
|||||||
repositoryURL = "https://github.com/matrix-org/matrix-rich-text-editor-swift";
|
repositoryURL = "https://github.com/matrix-org/matrix-rich-text-editor-swift";
|
||||||
requirement = {
|
requirement = {
|
||||||
kind = exactVersion;
|
kind = exactVersion;
|
||||||
version = 2.35.0;
|
version = 2.36.0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
4C34425923978C97409A3EF2 /* XCRemoteSwiftPackageReference "DSWaveformImage" */ = {
|
4C34425923978C97409A3EF2 /* XCRemoteSwiftPackageReference "DSWaveformImage" */ = {
|
||||||
|
@ -130,8 +130,8 @@
|
|||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/matrix-org/matrix-rich-text-editor-swift",
|
"location" : "https://github.com/matrix-org/matrix-rich-text-editor-swift",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "97400e639af30662e9325bc8f4cbc53b291ca6aa",
|
"revision" : "48eaa6fc764f29a8dd50c9153fc65131134dac66",
|
||||||
"version" : "2.35.0"
|
"version" : "2.36.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
1
changelog.d/2538.bugfix
Normal file
1
changelog.d/2538.bugfix
Normal file
@ -0,0 +1 @@
|
|||||||
|
The message composer now correctly recognises when it is empty after deleting a space or a new line.
|
@ -67,7 +67,7 @@ packages:
|
|||||||
# path: ../swift-ogg
|
# path: ../swift-ogg
|
||||||
WysiwygComposer:
|
WysiwygComposer:
|
||||||
url: https://github.com/matrix-org/matrix-rich-text-editor-swift
|
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
|
# path: ../matrix-rich-text-editor/platforms/ios/lib/WysiwygComposer
|
||||||
|
|
||||||
# External dependencies
|
# External dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user