@@ -215,9 +215,8 @@ import Cocoa
self._showPop()
if (self.dataSource == nil) {
NotificationCenter.default.post(name: NSNotification.Name("KMCloseCustomViewButtonPopNotification"), object: nil)
- }//else {
-// self._state = .mouseIn
-// }
+ }
+ self._state = .mouseIn
}