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.