add style apply/save

This commit is contained in:
Vladimir Mandic
2024-04-27 13:49:09 -04:00
parent e1c2551eb0
commit 473c47506c
6 changed files with 12 additions and 4 deletions
+1
View File
@@ -308,6 +308,7 @@ function quickApplyStyle() {
}
function quickSaveStyle() {
console.log('HERE');
const tabname = getENActiveTab();
const btnSave = gradioApp().getElementById(`${tabname}_extra_quicksave`);
if (btnSave) btnSave.click();