From 4bb441bb08aa3692bdd7d347016b4d70e9cdf365 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Sun, 30 Apr 2023 22:15:11 +0300 Subject: [PATCH] Remove redundant return --- javascript/contextMenus.js | 1 - 1 file changed, 1 deletion(-) diff --git a/javascript/contextMenus.js b/javascript/contextMenus.js index ec7960e19..1f682c746 100644 --- a/javascript/contextMenus.js +++ b/javascript/contextMenus.js @@ -111,7 +111,6 @@ contextMenuInit = function(){ if(e.composedPath()[0].matches(k)){ showContextMenu(e,e.composedPath()[0],v) e.preventDefault() - return } }) });