remove media input buttons

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-04-29 08:18:02 +02:00
parent 68f1c73e1f
commit 60143027a0
31 changed files with 32 additions and 39 deletions
-4
View File
@@ -108,10 +108,6 @@ function send_to_kanvas(gallery) {
const [image] = extract_image_from_gallery(gallery);
log('sendToKanvas', image);
if (window.loadFromURL && image.data) window.loadFromURL(image.data);
// const inputPanelEl = gradioApp().getElementById('control-template-column-input');
// if (inputPanelEl) inputPanelEl.classList.remove('hidden');
const inputPanelCb = gradioApp().getElementById('control_dynamic_input');
if (inputPanelCb && !inputPanelCb.checked) inputPanelCb.click();
}
async function setTheme(val, old) {