clickoutside: fix memory leak

pull/8184/head
medice 2017-11-10 19:38:48 +02:00 committed by 杨奕
parent c3ee5fc0df
commit ac39df84c0
1 changed files with 1 additions and 0 deletions

View File

@ -65,5 +65,6 @@ export default {
break;
}
}
delete el[ctx];
}
};