Compare commits

...
Author SHA1 Message Date
DepFAandGitHub 451a4ab97e add missing id property 2022-10-13 04:10:38 +01:00
+1 -1
View File
@@ -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
}