Get rid of old inline editor utility methods in TextEditorView.

Review Request #12970 — Created April 21, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

Now that everything that used the old $.ui.inlineEditor implementation
has been converted to the new InlineEditorView, there are a couple
utility methods inside TextEditorView that are obsolete. This change
deletes that code.

Ran js-tests.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Get rid of old inline editor utility methods in TextEditorView.
Now that everything that used the old `$.ui.inlineEditor` implementation has been converted to the new `InlineEditorView`, there are a couple utility methods inside `TextEditorView` that are obsolete. This change deletes that code. Testing Done: Ran js-tests.
fd3717df7f6ff2e006d0b741b7eb5570edc9a8c1 David Trowbridge
reviewboard/static/rb/js/ui/views/textEditorView.es6.js
reviewboard/static/rb/js/ui/views/tests/textEditorViewTests.es6.js
Loading...