Move trigger back to correct location

pull/4644/head
awsr 2026-02-12 03:34:17 -08:00
parent 9f9d67713d
commit e683884d5f
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -661,7 +661,6 @@ async function addSeparators() {
const gallerySendImage = (_images) => [currentImage]; // invoked by gradio button
async function getHash(str) {
galleryProgressBar.error('File hash error');
try {
let hex = '';
const strBuf = new TextEncoder().encode(str);