Remove redundant return

This commit is contained in:
Aarni Koskela 2023-04-30 22:15:11 +03:00
parent b7269f781c
commit 4bb441bb08

View File

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