This commit is contained in:
Vladimir Mandic
2023-09-22 21:04:48 -04:00
parent f69625625b
commit ea8a88370e
-1
View File
@@ -12,7 +12,6 @@ function uiOpenSubmenus() {
onUiLoaded(() => {
const btn = gradioApp().getElementById('ui_defaults_view');
console.log('HERE', btn);
if (!btn) return;
const intersectionObserver = new IntersectionObserver((entries) => {
if (entries[0].intersectionRatio <= 0) {}