DEV: remove unused function in d-editor (#15680)

This commit is contained in:
Andrei Prigorshnev 2022-01-28 14:12:58 +01:00 committed by GitHub
parent fe1e66ba9d
commit 5cce39278a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -821,7 +821,6 @@ export default Component.extend(TextareaTextManipulation, {
applyList: (head, exampleKey, opts) =>
this._applyList(selected, head, exampleKey, opts),
addText: (text) => this._addText(selected, text),
replaceText: (text) => this._addText({ pre: "", post: "" }, text),
getText: () => this.value,
toggleDirection: () => this._toggleDirection(),
};