Use unicode arrow with wider support.
This commit is contained in:
@@ -1741,7 +1741,7 @@ class ModelGrid {
|
|||||||
actionButtons.push(
|
actionButtons.push(
|
||||||
$el("button.icon-button.model-button", {
|
$el("button.icon-button.model-button", {
|
||||||
type: "button",
|
type: "button",
|
||||||
textContent: "🡯",
|
textContent: "↙︎",
|
||||||
onclick: async (e) => {
|
onclick: async (e) => {
|
||||||
const urlString = previewThumbnail.src;
|
const urlString = previewThumbnail.src;
|
||||||
const url = new URL(urlString);
|
const url = new URL(urlString);
|
||||||
|
|||||||
Reference in New Issue
Block a user