[RichTextComposer] Remove stray backspace/delete handling code for headings
ClosedPublic

Authored by poboiko on May 11 2020, 11:21 AM.

Details

Summary

The current code, unfortunately, resets rich text formatting for current line every time user presses backspace.
It could be safely removed, as the proper code which resets it only when needed was backported
as a part of 4092f7f0f01e1113734f990c92da31492e7b2692 commit.

Test Plan

backspace no longer resets formatting on a line with i.e. bold word

Diff Detail

Repository
R86 PIM: Text Editor
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 26693
Build 26711: arc lint + arc unit
poboiko created this revision.May 11 2020, 11:21 AM
Restricted Application added a project: KDE PIM. · View Herald TranscriptMay 11 2020, 11:21 AM
poboiko requested review of this revision.May 11 2020, 11:21 AM
mlaurent accepted this revision.May 12 2020, 7:53 PM
This revision is now accepted and ready to land.May 12 2020, 7:53 PM
poboiko closed this revision.May 12 2020, 8:49 PM