diff --git a/src/ExcelView.ts b/src/ExcelView.ts index 4ea4181..e10fe22 100644 --- a/src/ExcelView.ts +++ b/src/ExcelView.ts @@ -242,12 +242,13 @@ export class ExcelView extends TextFileView { html += "" } } else { - new Notice("请先选择要拷贝的数据") + new Notice("Please first select the data to copy") } html +="" navigator.clipboard.writeText(html); + new Notice("copied") } onResize() {