Get rid of old inline editor utility methods in TextEditorView.
Review Request #12970 — Created April 21, 2023 and submitted — Latest diff uploaded
Now that everything that used the old
$.ui.inlineEditor
implementation
has been converted to the newInlineEditorView
, there are a couple
utility methods insideTextEditorView
that are obsolete. This change
deletes that code.
Ran js-tests.
reviewboard/static/rb/js/ui/views/textEditorView.es6.js |
---|
reviewboard/static/rb/js/ui/views/tests/textEditorViewTests.es6.js |
---|