Vanessa 2025-05-12 22:20:56 +08:00
parent 58d47003e1
commit 7c0906de40

View file

@ -175,7 +175,6 @@ export const openEditorTab = (app: App, ids: string[], notebookId?: string, path
export const copyPNGByLink = (link: string) => {
if (isInAndroid()) {
window.JSAndroid.writeImageClipboard(link);
return;
} else {
const canvas = document.createElement("canvas");
const tempElement = document.createElement("img");