mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 23:26:12 +02:00
DeepL: create paragraph
This commit is contained in:
@@ -1999,6 +1999,10 @@ public class FragmentCompose extends FragmentBase {
|
||||
end = tmp;
|
||||
}
|
||||
|
||||
// Create paragraph
|
||||
if (start == end && end < edit.length())
|
||||
end++;
|
||||
|
||||
// Trim start
|
||||
while (start < edit.length() - 1 && edit.charAt(start) == '\n')
|
||||
start++;
|
||||
|
||||
Reference in New Issue
Block a user