mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:52:11 +08:00
DEV: remove unused function in d-editor (#15680)
This commit is contained in:
parent
fe1e66ba9d
commit
5cce39278a
|
@ -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(),
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user