Fix WebUI not working inside of iframes

master
apolinario 3 years ago committed by GitHub
parent 44c46f0ed3
commit 2eb5f103ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
function gradioApp(){
return document.getElementsByTagName('gradio-app')[0].shadowRoot;
return document
}
function get_uiCurrentTab() {

Loading…
Cancel
Save