From 840994ef71a40ee84a455efc7b7fb06c21a38db0 Mon Sep 17 00:00:00 2001 From: dumbmoron Date: Tue, 10 Oct 2023 21:06:32 +0000 Subject: [PATCH] fix "press & hold" not working on `various` picker --- src/front/cobalt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/front/cobalt.js b/src/front/cobalt.js index b4df9a4..947d725 100644 --- a/src/front/cobalt.js +++ b/src/front/cobalt.js @@ -242,7 +242,7 @@ function popup(type, action, text) { isIOS ? `onClick="share('${text.arr[i]["url"]}')"` : `href="${text.arr[i]["url"]}" target="_blank"` }>` + `
${text.arr[i].type}
` + - `
` + + (text.arr[i].type === 'photo' ? '' : '
') + `` + `` }