Extend Article with PasteboardWriterOwner so that timeline copying works as it was intended to. Issue #963
This commit is contained in:
parent
5900b748be
commit
caeebfc89e
@ -10,6 +10,11 @@ import AppKit
|
||||
import Articles
|
||||
import RSCore
|
||||
|
||||
extension Article: PasteboardWriterOwner {
|
||||
public var pasteboardWriter: NSPasteboardWriting {
|
||||
return ArticlePasteboardWriter(article: self)
|
||||
}
|
||||
}
|
||||
|
||||
@objc final class ArticlePasteboardWriter: NSObject, NSPasteboardWriting {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user