mirror of
https://github.com/ljcoder2015/obsidian-excel.git
synced 2026-07-22 08:30:28 +00:00
拷贝提示
This commit is contained in:
parent
6caf7ffcdb
commit
b5d9f413fd
1 changed files with 2 additions and 1 deletions
|
|
@ -242,12 +242,13 @@ export class ExcelView extends TextFileView {
|
|||
html += "</tr>"
|
||||
}
|
||||
} else {
|
||||
new Notice("请先选择要拷贝的数据")
|
||||
new Notice("Please first select the data to copy")
|
||||
}
|
||||
|
||||
html +="</table>"
|
||||
|
||||
navigator.clipboard.writeText(html);
|
||||
new Notice("copied")
|
||||
}
|
||||
|
||||
onResize() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue