mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-06 12:50:16 +01:00
This commit is contained in:
parent
b0229e6c7a
commit
39e21df87e
4 changed files with 30 additions and 26 deletions
|
|
@ -125,9 +125,7 @@ export const openEditorTab = (app: App, ids: string[], notebookId?: string, path
|
|||
label: window.siyuan.languages.openByNewWindow,
|
||||
icon: "iconOpenWindow",
|
||||
click() {
|
||||
ids.forEach((id) => {
|
||||
openNewWindowById(id);
|
||||
});
|
||||
openNewWindowById(ids);
|
||||
}
|
||||
});
|
||||
/// #endif
|
||||
|
|
@ -170,7 +168,7 @@ export const openEditorTab = (app: App, ids: string[], notebookId?: string, path
|
|||
/// #endif
|
||||
};
|
||||
|
||||
export const copyPNGByLink = (link:string) => {
|
||||
export const copyPNGByLink = (link: string) => {
|
||||
if (isInAndroid()) {
|
||||
window.JSAndroid.writeImageClipboard(link);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue