Skip to content

Commit

Permalink
Fix clickable.
Browse files Browse the repository at this point in the history
(cherry picked from commit 15a4d41b2ff042cdd92f45d42f45c15a605485eb)
(cherry picked from commit 7dddf62)
  • Loading branch information
xjbeta committed Nov 7, 2022
1 parent f44f4da commit 0d89658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iina/PluginOverlayView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class PluginOverlayView: WKWebView, WKNavigationDelegate {

override func hitTest(_ point: NSPoint) -> NSView? {
guard isClickable else {
return super.hitTest(point)
return nil
}

var clickable = false
Expand Down

0 comments on commit 0d89658

Please sign in to comment.