File tree 2 files changed +7
-2
lines changed
DockDoor/Views/Hover Window
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 545
545
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
546
546
CODE_SIGN_STYLE = Automatic;
547
547
COMBINE_HIDPI_IMAGES = YES;
548
- CURRENT_PROJECT_VERSION = 1.2.0 ;
548
+ CURRENT_PROJECT_VERSION = 1.2.1 ;
549
549
DEAD_CODE_STRIPPING = YES;
550
550
DEVELOPMENT_ASSET_PATHS = "\"DockDoor/Preview Content\"";
551
551
DEVELOPMENT_TEAM = 2Q775S63Q3;
579
579
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
580
580
CODE_SIGN_STYLE = Automatic;
581
581
COMBINE_HIDPI_IMAGES = YES;
582
- CURRENT_PROJECT_VERSION = 1.2.0 ;
582
+ CURRENT_PROJECT_VERSION = 1.2.1 ;
583
583
DEAD_CODE_STRIPPING = YES;
584
584
DEVELOPMENT_ASSET_PATHS = "\"DockDoor/Preview Content\"";
585
585
DEVELOPMENT_TEAM = 2Q775S63Q3;
Original file line number Diff line number Diff line change @@ -72,6 +72,10 @@ class MouseTrackingNSView: NSView {
72
72
}
73
73
74
74
deinit {
75
+ clearTimer ( )
76
+ }
77
+
78
+ private func clearTimer( ) {
75
79
trackingTimer? . invalidate ( )
76
80
}
77
81
@@ -88,6 +92,7 @@ class MouseTrackingNSView: NSView {
88
92
cancelFadeOut ( )
89
93
setWindowOpacity ( to: 1.0 , duration: 0.2 )
90
94
95
+ clearTimer ( )
91
96
SharedPreviewWindowCoordinator . shared. cancelDebounceWorkItem ( )
92
97
}
93
98
You can’t perform that action at this time.
0 commit comments