diff --git a/Zframework/clipboard.lua b/Zframework/clipboard.lua index 62548b76..3014637c 100644 --- a/Zframework/clipboard.lua +++ b/Zframework/clipboard.lua @@ -78,7 +78,7 @@ if not isStarted then end local freshInterval=1 -local timer=0 +local timer=-5 return { get=function() return getCHN:peek() or '' end, set=function(content) setCHN:push(_sanitize(content)) end,