mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-19 06:39:57 +00:00
fix "press & hold" not working on various
picker
This commit is contained in:
parent
6c314a1a62
commit
840994ef71
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ function popup(type, action, text) {
|
||||||
isIOS ? `onClick="share('${text.arr[i]["url"]}')"` : `href="${text.arr[i]["url"]}" target="_blank"`
|
isIOS ? `onClick="share('${text.arr[i]["url"]}')"` : `href="${text.arr[i]["url"]}" target="_blank"`
|
||||||
}>` +
|
}>` +
|
||||||
`<div class="picker-element-name">${text.arr[i].type}</div>` +
|
`<div class="picker-element-name">${text.arr[i].type}</div>` +
|
||||||
`<div class="imageBlock"></div>` +
|
(text.arr[i].type === 'photo' ? '' : '<div class="imageBlock"></div>') +
|
||||||
`<img class="picker-image" src="${text.arr[i]["thumb"]}" onerror="this.style.display='none'"></img>` +
|
`<img class="picker-image" src="${text.arr[i]["thumb"]}" onerror="this.style.display='none'"></img>` +
|
||||||
`</a>`
|
`</a>`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue