mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-20 01:31:44 +02:00
Update anapnoe_sd_uiux_core.js
This commit is contained in:
@@ -33,7 +33,8 @@ window.imageMaskResize = function() {
|
||||
|
||||
window.extraNetworksEditUserMetadata = function(event, tabname, extraPage) {
|
||||
var tid = 'txt2img_' + extraPage + '_edit_user_metadata';
|
||||
var editor = window.extraPageUserMetadataEditors[tid];
|
||||
/* eslint-disable no-undef */
|
||||
var editor = extraPageUserMetadataEditors[tid];
|
||||
if (!editor) {
|
||||
editor = {};
|
||||
editor.page = gradioApp().getElementById(tid);
|
||||
|
||||
Reference in New Issue
Block a user