Update.
This commit is contained in:
parent
f965cc4ecd
commit
803ad3dfc6
@ -181,8 +181,8 @@ class ChatInputComponent extends NjetComponent {
|
|||||||
this.dispatchEvent(new CustomEvent("uploaded", e));
|
this.dispatchEvent(new CustomEvent("uploaded", e));
|
||||||
});
|
});
|
||||||
this.uploadButton.addEventListener("click", (e) => {
|
this.uploadButton.addEventListener("click", (e) => {
|
||||||
e.preventDefault();
|
// e.preventDefault();
|
||||||
this.fileUploadGrid.openFileDialog()
|
// this.fileUploadGrid.openFileDialog()
|
||||||
|
|
||||||
})
|
})
|
||||||
this.subscribe("file-uploading", (e) => {
|
this.subscribe("file-uploading", (e) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user