Move trigger back to correct location

This commit is contained in:
awsr
2026-02-12 03:34:17 -08:00
parent 9f9d67713d
commit e683884d5f
-1
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);