Skip to content

Commit

Permalink
fix(Table): throw exception when click delete button in table row (#4625
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ArgoZhang authored Nov 8, 2024
1 parent 9fcd84c commit 5d1e209
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function init(id) {
}
delete confirm.popover;
}
}, 50);
}, 200);
}

EventHandler.on(el, 'show.bs.popover', confirm.show)
Expand Down

0 comments on commit 5d1e209

Please sign in to comment.