diff --git a/MacCopier/AppDelegate.swift b/MacCopier/AppDelegate.swift index 39494df..2c5923b 100644 --- a/MacCopier/AppDelegate.swift +++ b/MacCopier/AppDelegate.swift @@ -170,6 +170,8 @@ class AppDelegate: NSObject, NSApplicationDelegate { if UserDefaults.standard.autoPaste { self.clipboard.paste() } + + break } } catch { print("Regex Error.")