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 3084ced commit c99e9b0Copy full SHA for c99e9b0
components/vc-upload/AjaxUploader.tsx
@@ -302,6 +302,7 @@ export default defineComponent({
302
type="file"
303
ref={fileInput}
304
onClick={e => e.stopPropagation()} // https://github.com/ant-design/ant-design/issues/19948
305
+ onCancel={e => e.stopPropagation()}
306
key={uid.value}
307
style={{ display: 'none' }}
308
accept={accept}
0 commit comments