mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-23 07:24:47 -04:00
drafting
This commit is contained in:
parent
6b92ec10cc
commit
1d9f1171bc
@ -109,7 +109,7 @@ func (ie *PatchPanel) Tags(curLevel int, yield TagYieldFunc) bool {
|
||||
|
||||
func (ie *PatchPanel) TreeFocused(gtx C) bool {
|
||||
return !ie.Tags(0, func(level int, tag event.Tag) bool {
|
||||
return !gtx.Source.Focused(tag)
|
||||
return !gtx.Focused(tag)
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user