From d731c5cac385e310bb281f96d3d19beac232a97a Mon Sep 17 00:00:00 2001 From: DreamSaddle <1289747698@qq.com> Date: Sat, 30 Jul 2022 10:56:30 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D=E4=BB=85=E5=A4=84?= =?UTF-8?q?=E7=90=86=E7=9F=AD=E4=BF=A1=E4=B8=AD=E7=9A=84=E9=A6=96=E4=B8=AA?= =?UTF-8?q?=E5=8C=B9=E9=85=8D=E5=AD=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MacCopier/AppDelegate.swift | 2 ++ 1 file changed, 2 insertions(+) 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.")