Remove debugger statement in handleRadioChange

function
This commit is contained in:
Rankin Zheng 2023-12-06 10:39:15 +08:00
parent 458f9b6a8b
commit 6316b6735a

View File

@ -97,7 +97,6 @@ const ChatMark = ({ children, ...props }) => {
}
};
const handleRadioChange = ({event,allValues})=>{
debugger;
widgetsHandlers.apply((item, index) => {
if(allValues.includes(item.id)){
if(item.id === event){