You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ccall((:CloseClipboard, "user32"), stdcall, Cint, ()) ==0&& Base.windowserror(:CloseClipboard) # this should never fail
116
116
end
117
-
if cause !==:success&& (cause !==:GetClipboardData|| errno !=0)
117
+
if cause !==:success&&!(cause ===:GetClipboardData&& (errno ==0x8004006A|| errno ==0x800401D3)) # ignore DV_E_CLIPFORMAT and CLIPBRD_E_BAD_DATA from GetClipboardData
0 commit comments