Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
qkiroc committed Dec 21, 2023
1 parent 74a2bfd commit 9eb6252
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/amis-editor/src/renderer/event-control/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,8 @@ export class EventControl extends React.Component<
};
}
if (!eventInfo.track) {
// 防抖配置的默认值
eventInfo.track = {
open: false,
wait: 100
open: false
};
} else {
eventInfo.track = {
Expand Down

0 comments on commit 9eb6252

Please sign in to comment.