Skip to content

Commit 0d7e233

Browse files
committed
remove debugger
1 parent 0c6cb58 commit 0d7e233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme/js/__internal/ui/file_uploader/file_uploader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ class FileUploader extends Editor<FileUploaderProperties> {
789789
const $fileSize = this._$filesContainer?.find(`.${FILEUPLOADER_FILE_SIZE_CLASS}`).eq(0);
790790
const $icon = this._$filesContainer?.find(`.${FILEUPLOADER_FILE_ICON_CLASS}`).eq(0);
791791
const iconWidth = _showFileIcon ? getWidth($icon) : 0;
792-
debugger;
792+
793793
const prevFileSize = $fileSize?.text();
794794
$fileSize?.text('1000 Mb');
795795
const fileSizeWidth = getWidth($fileSize);

0 commit comments

Comments
 (0)