This commit is contained in:
Qing
2024-01-03 09:03:04 +08:00
parent aca85543ca
commit 9df94489e1
7 changed files with 26 additions and 17 deletions

View File

@@ -604,7 +604,7 @@ export default function Editor(props: EditorProps) {
)
useHotKey(
"ctrl+c, cmd+c",
"ctrl+c,meta+c",
async () => {
const hasPermission = await askWritePermission()
if (hasPermission && renders.length > 0) {