소스 검색

Remove redundant return

Aarni Koskela 2 년 전
부모
커밋
4bb441bb08
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      javascript/contextMenus.js

+ 0 - 1
javascript/contextMenus.js

@@ -111,7 +111,6 @@ contextMenuInit = function(){
         if(e.composedPath()[0].matches(k)){
           showContextMenu(e,e.composedPath()[0],v)
           e.preventDefault()
-          return
         }
       })
     });