src/Apptag/AppGridCollectionView.swift
@@ -564,6 +564,17 @@ } } func canPreviewEmptyDrop(path: String, source: String, screenPoint: NSPoint, copy: Bool) -> Bool { guard let coordinator, coordinator.displayStyle != .flat else { return false } return !coordinator.shouldCancelEmptyDropForActiveReorder( path: path, screenPoint: screenPoint, copy: copy ) } private func setup() { wantsLayer = true layer?.backgroundColor = NSColor.clear.cgColor