提交 214b6495 编写于 作者: C Clement Ho

Remove unnecessary stopPropagation

上级 d8b8b9c8
......@@ -115,7 +115,6 @@
}
clearSearch(e) {
e.stopPropagation();
e.preventDefault();
this.filteredSearchInput.value = '';
......@@ -135,7 +134,6 @@
checkForEnter(e) {
if (e.keyCode === 13) {
e.stopPropagation();
e.preventDefault();
// Prevent droplab from opening dropdown
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册