mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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) =>
|
applyList: (head, exampleKey, opts) =>
|
||||||
this._applyList(selected, head, exampleKey, opts),
|
this._applyList(selected, head, exampleKey, opts),
|
||||||
addText: (text) => this._addText(selected, text),
|
addText: (text) => this._addText(selected, text),
|
||||||
replaceText: (text) => this._addText({ pre: "", post: "" }, text),
|
|
||||||
getText: () => this.value,
|
getText: () => this.value,
|
||||||
toggleDirection: () => this._toggleDirection(),
|
toggleDirection: () => this._toggleDirection(),
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user