Commit 49049432 authored by DepFA's avatar DepFA Committed by AUTOMATIC1111

add missing id property

parent 78592d40
...@@ -94,7 +94,7 @@ contextMenuInit = function(){ ...@@ -94,7 +94,7 @@ contextMenuInit = function(){
} }
gradioApp().addEventListener("click", function(e) { gradioApp().addEventListener("click", function(e) {
let source = e.composedPath()[0] let source = e.composedPath()[0]
if(source.id && source.indexOf('check_progress')>-1){ if(source.id && source.id.indexOf('check_progress')>-1){
return return
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment