Commit c7eccad
Fix input text view not scrolling to caret position after pasting text (#2649)
* Fix input text view not scrolling to caret position after pasting text
* Update Sources/StreamChatUI/CommonViews/InputTextView/InputTextView.swift
Co-authored-by: Pol Quintana <[email protected]>
* Move textChangedFromClipboard before super
---------
Co-authored-by: Pol Quintana <[email protected]>1 parent 9d76ad5 commit c7eccad
File tree
1 file changed
+14
-8
lines changed- Sources/StreamChatUI/CommonViews/InputTextView
1 file changed
+14
-8
lines changedLines changed: 14 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
130 | 140 | | |
131 | 141 | | |
132 | 142 | | |
| |||
167 | 177 | | |
168 | 178 | | |
169 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
170 | 184 | | |
171 | 185 | | |
172 | 186 | | |
173 | 187 | | |
174 | 188 | | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | 189 | | |
184 | 190 | | |
0 commit comments