mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-01 19:47:56 +08:00
bugfix
This commit is contained in:
parent
3d29458bef
commit
c884413d3b
@ -241,10 +241,8 @@ export class EventControl extends React.Component<
|
||||
};
|
||||
}
|
||||
if (!eventInfo.track) {
|
||||
// 防抖配置的默认值
|
||||
eventInfo.track = {
|
||||
open: false,
|
||||
wait: 100
|
||||
open: false
|
||||
};
|
||||
} else {
|
||||
eventInfo.track = {
|
||||
|
Loading…
Reference in New Issue
Block a user