mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-29 18:48:32 +08:00
fix: chrome 117 onCancel event (#6991)
This commit is contained in:
parent
3084ced55f
commit
c99e9b00bd
@ -302,6 +302,7 @@ export default defineComponent({
|
||||
type="file"
|
||||
ref={fileInput}
|
||||
onClick={e => e.stopPropagation()} // https://github.com/ant-design/ant-design/issues/19948
|
||||
onCancel={e => e.stopPropagation()}
|
||||
key={uid.value}
|
||||
style={{ display: 'none' }}
|
||||
accept={accept}
|
||||
|
Loading…
Reference in New Issue
Block a user