We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6cb58 commit 0d7e233Copy full SHA for 0d7e233
packages/devextreme/js/__internal/ui/file_uploader/file_uploader.ts
@@ -789,7 +789,7 @@ class FileUploader extends Editor<FileUploaderProperties> {
789
const $fileSize = this._$filesContainer?.find(`.${FILEUPLOADER_FILE_SIZE_CLASS}`).eq(0);
790
const $icon = this._$filesContainer?.find(`.${FILEUPLOADER_FILE_ICON_CLASS}`).eq(0);
791
const iconWidth = _showFileIcon ? getWidth($icon) : 0;
792
- debugger;
+
793
const prevFileSize = $fileSize?.text();
794
$fileSize?.text('1000 Mb');
795
const fileSizeWidth = getWidth($fileSize);
0 commit comments