mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
Ooops, left this hanging around
This commit is contained in:
parent
7de6d59594
commit
44f2b1c238
@ -11,7 +11,6 @@ import AppKit
|
||||
class AlbumViewItem: NSCollectionViewItem {
|
||||
var observer: NSKeyValueObservation?
|
||||
var album: Album?
|
||||
var detailPopover: NSPopover?
|
||||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
@ -31,7 +30,7 @@ class AlbumViewItem: NSCollectionViewItem {
|
||||
override func prepareForReuse() {
|
||||
super.prepareForReuse()
|
||||
|
||||
detailPopover?.close()
|
||||
AlbumDetailView.popover.close()
|
||||
}
|
||||
|
||||
func setAlbum(_ album: Album) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user