Browse Source

Remove redundant return

Aarni Koskela 2 years ago
parent
commit
4bb441bb08
1 changed files with 0 additions and 1 deletions
  1. 0 1
      javascript/contextMenus.js

+ 0 - 1
javascript/contextMenus.js

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