mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
Fix bug regarding Chat on stable (#15954)
This commit is contained in:
parent
cb9678ed34
commit
247f70f79c
@ -107,7 +107,7 @@ export default Mixin.create(ExtendableUploader, UppyS3Multipart, {
|
|||||||
this.fileInputEl,
|
this.fileInputEl,
|
||||||
this._addFiles
|
this._addFiles
|
||||||
);
|
);
|
||||||
this.editorEl.addEventListener("paste", this.pasteEventListener);
|
this.editorEl?.addEventListener("paste", this.pasteEventListener);
|
||||||
|
|
||||||
this._uppyInstance = new Uppy({
|
this._uppyInstance = new Uppy({
|
||||||
id: this.uppyId,
|
id: this.uppyId,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user