mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
fix networks tags display
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -101,7 +101,6 @@ function readCardDescription(page, item) {
|
||||
const description = gradioApp().querySelector(`#${tabname}_description > label > textarea`);
|
||||
if (description) {
|
||||
description.value = data?.description?.trim() || '';
|
||||
// description.focus();
|
||||
updateInput(description);
|
||||
}
|
||||
setENState({ op: 'readCardDescription', page, item });
|
||||
|
||||
Reference in New Issue
Block a user