mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-18 21:52:18 +02:00
Merge pull request #7590 from vector-im/aringenbach/7570_fix_reconciliate_after_multiple_newlines
Fix RTE sometimes inserting characters in wrong locations after multiple new lines
This commit is contained in:
@@ -50,8 +50,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/matrix-org/matrix-wysiwyg-composer-swift",
|
||||
"state" : {
|
||||
"revision" : "ff5e8054da60212051cb0dec244500ca0f441bac",
|
||||
"version" : "2.1.0"
|
||||
"revision" : "1100b217c04d096dfe072afb4484660ff794d805",
|
||||
"version" : "2.2.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -5172,7 +5172,7 @@ static CGSize kThreadListBarButtonItemImageSize;
|
||||
|
||||
- (MXMediaManager *)mediaManager
|
||||
{
|
||||
return self.roomDataSource.mxSession.mediaManager;
|
||||
return self.mainSession.mediaManager;
|
||||
}
|
||||
|
||||
- (void)roomInputToolbarViewDidOpenActionMenu:(RoomInputToolbarView*)toolbarView
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Labs: Fix RTE sometimes inserting characters in wrong locations after multiple new lines
|
||||
@@ -0,0 +1 @@
|
||||
Labs: RTE: Fix a crash when creating a new direct chat
|
||||
+1
-1
@@ -57,7 +57,7 @@ packages:
|
||||
branch: 0.0.1
|
||||
WysiwygComposer:
|
||||
url: https://github.com/matrix-org/matrix-wysiwyg-composer-swift
|
||||
version: 2.1.0
|
||||
version: 2.2.2
|
||||
DeviceKit:
|
||||
url: https://github.com/devicekit/DeviceKit
|
||||
majorVersion: 4.7.0
|
||||
|
||||
Reference in New Issue
Block a user