Sebastiankay commited on
Commit
176f799
·
1 Parent(s): aa7b26c

3. Okt. 2024, 06:27

Browse files
Files changed (1) hide show
  1. _res/_custom.js +1 -1
_res/_custom.js CHANGED
@@ -173,7 +173,7 @@ function gradioCustomJS() {
173
  body.style.setProperty("--blur-value", "0px")
174
  gradioApp.style.height = ""
175
  resolutionModalWrapper.setProperty("--opacity-value", "0")
176
- resolutionModalWrapper.style.display = "none"
177
  }
178
  }
179
 
 
173
  body.style.setProperty("--blur-value", "0px")
174
  gradioApp.style.height = ""
175
  resolutionModalWrapper.setProperty("--opacity-value", "0")
176
+ setTimeout(() => (resolutionModalWrapper.style.display = "none"), 400)
177
  }
178
  }
179