mirror of
https://github.com/vladmandic/automatic
synced 2026-08-31 17:41:06 +02:00
cleanup
This commit is contained in:
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user