Skip to content

Commit

Permalink
🐛 修复仅处理短信中的首个匹配字符
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamSaddle committed Jul 30, 2022
1 parent df7eb28 commit d731c5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MacCopier/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ class AppDelegate: NSObject, NSApplicationDelegate {
if UserDefaults.standard.autoPaste {
self.clipboard.paste()
}

break
}
} catch {
print("Regex Error.")
Expand Down

0 comments on commit d731c5c

Please sign in to comment.