mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
🚨
This commit is contained in:
parent
331368ce78
commit
3c8c66fbdd
5 changed files with 12 additions and 13 deletions
|
|
@ -18,7 +18,7 @@ export const readText = async () => {
|
|||
return window.JSAndroid.readClipboard();
|
||||
}
|
||||
return navigator.clipboard.readText();
|
||||
}
|
||||
};
|
||||
|
||||
export const writeText = async (text: string) => {
|
||||
let range: Range;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue