拷贝提示

This commit is contained in:
ljcoder 2023-09-01 17:01:26 +08:00
parent 6caf7ffcdb
commit b5d9f413fd

View file

@ -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() {