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.uploadButton.addEventListener("click", (e) => {
|
||||
e.preventDefault();
|
||||
this.fileUploadGrid.openFileDialog()
|
||||
// e.preventDefault();
|
||||
// this.fileUploadGrid.openFileDialog()
|
||||
|
||||
})
|
||||
this.subscribe("file-uploading", (e) => {
|
||||
|
Loading…
Reference in New Issue
Block a user