mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-08 10:11:54 -08:00
Remove redundant return
This commit is contained in:
parent
b7269f781c
commit
4bb441bb08
1 changed files with 0 additions and 1 deletions
|
|
@ -111,7 +111,6 @@ contextMenuInit = function(){
|
|||
if(e.composedPath()[0].matches(k)){
|
||||
showContextMenu(e,e.composedPath()[0],v)
|
||||
e.preventDefault()
|
||||
return
|
||||
}
|
||||
})
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue