Julien Lebosquain
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
src/Avalonia.X11/Clipboard/ClipboardReadSession.cs
|
|
|
@ -127,6 +127,7 @@ class ClipboardReadSession : IDisposable |
|
|
|
Append(part); |
|
|
|
} |
|
|
|
|
|
|
|
ms.Position = 0L; |
|
|
|
return new(null, ms, actualTypeAtom); |
|
|
|
} |
|
|
|
|
|
|
|
@ -150,4 +151,4 @@ class ClipboardReadSession : IDisposable |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|