fix networks tags display

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-07-29 06:47:22 -04:00
parent 7dcc5b67f6
commit 636d261159
8 changed files with 17 additions and 16 deletions
-1
View File
@@ -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 });