This commit is contained in:
qinhaoyan 2023-11-21 19:36:38 +08:00
parent 3d29458bef
commit c884413d3b

View File

@ -241,10 +241,8 @@ export class EventControl extends React.Component<
};
}
if (!eventInfo.track) {
// 防抖配置的默认值
eventInfo.track = {
open: false,
wait: 100
open: false
};
} else {
eventInfo.track = {