mirror of
https://github.com/vladmandic/automatic
synced 2026-09-02 02:50:47 +02:00
Run eslint with --fix
This commit is contained in:
@@ -20,7 +20,7 @@ async function setupControlUI() {
|
||||
const tabs = ['input', 'output', 'preview'];
|
||||
for (const tab of tabs) {
|
||||
const btn = gradioApp().getElementById(`control-${tab}-button`);
|
||||
if (!btn) continue; // eslint-disable-line no-continue
|
||||
if (!btn) continue;
|
||||
btn.style.cursor = 'pointer';
|
||||
btn.onclick = () => {
|
||||
const t = gradioApp().getElementById(`control-tab-${tab}`);
|
||||
|
||||
Reference in New Issue
Block a user