SUPPORT-9368: фикс
This commit is contained in:
parent
ada7f3398c
commit
87c3e905f3
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ export class FileDownloadCellRenderer implements GridCellValueRenderer {
|
|||
}
|
||||
|
||||
button.addEventListener('click', () => {
|
||||
event.stopPropagation();
|
||||
|
||||
const fileId = params.data.fileId;
|
||||
if (!fileId) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue