Allow clicking controls outside the recorder input directly when the recorder is focused (#96)
This commit is contained in:
parent
5cf044b041
commit
f01895dd4e
|
@ -191,7 +191,7 @@ extension KeyboardShortcuts {
|
||||||
!self.bounds.insetBy(dx: -clickMargin, dy: -clickMargin).contains(clickPoint)
|
!self.bounds.insetBy(dx: -clickMargin, dy: -clickMargin).contains(clickPoint)
|
||||||
{
|
{
|
||||||
self.blur()
|
self.blur()
|
||||||
return nil
|
return event
|
||||||
}
|
}
|
||||||
|
|
||||||
guard event.isKeyEvent else {
|
guard event.isKeyEvent else {
|
||||||
|
|
Loading…
Reference in New Issue