aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDepFA <35278260+dfaker@users.noreply.github.com>2022-10-13 03:10:38 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2022-10-13 04:47:41 +0000
commit490494320ec8b5e1049c4ff35c3416258b75807b (patch)
treeae6a25da1b828da1d41c24db6d9d071fc5e98f5b
parent78592d404acba7db3baf8d78bdc19266906e684a (diff)
downloadstable-diffusion-webui-gfx803-490494320ec8b5e1049c4ff35c3416258b75807b.tar.gz
stable-diffusion-webui-gfx803-490494320ec8b5e1049c4ff35c3416258b75807b.tar.bz2
stable-diffusion-webui-gfx803-490494320ec8b5e1049c4ff35c3416258b75807b.zip
add missing id property
-rw-r--r--javascript/contextMenus.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/contextMenus.js b/javascript/contextMenus.js
index 7636c4b3..fe67c42e 100644
--- a/javascript/contextMenus.js
+++ b/javascript/contextMenus.js
@@ -94,7 +94,7 @@ contextMenuInit = function(){
}
gradioApp().addEventListener("click", function(e) {
let source = e.composedPath()[0]
- if(source.id && source.indexOf('check_progress')>-1){
+ if(source.id && source.id.indexOf('check_progress')>-1){
return
}