Skip to content

Commit 70edabc

Browse files
committed
update RTE
1 parent 74d134e commit 70edabc

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

Riot.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RiotSwiftUI/Modules/Room/CompletionSuggestion/Service/CompletionSuggestionService.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ class CompletionSuggestionService: CompletionSuggestionServiceProtocol {
120120
currentTextTriggerSubject.send(nil)
121121
case .slash:
122122
currentTextTriggerSubject.send(TextTrigger(key: .slash, text: suggestionPattern.text))
123+
case .custom:
124+
break
123125
}
124126
}
125127

project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ packages:
5858
url: https://github.com/element-hq/swift-ogg
5959
branch: 0.0.1
6060
WysiwygComposer:
61-
url: https://github.com/matrix-org/matrix-rich-text-editor-swift
62-
version: 2.37.3
61+
url: https://github.com/element-hq/matrix-rich-text-editor-swift
62+
exactVersion: 2.37.12
6363
DeviceKit:
6464
url: https://github.com/devicekit/DeviceKit
6565
majorVersion: 4.7.0

0 commit comments

Comments
 (0)