mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
Technically copy_or_noop should be passed through event when there is no active window, although it will do nothing in that case anyway
This commit is contained in:
@@ -3740,4 +3740,4 @@ class Boss:
|
||||
def copy_or_noop(self) -> bool | None:
|
||||
if w := self.active_window:
|
||||
return w.copy_or_noop()
|
||||
return None
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user