fix: scrollbar active state should not depend on hover
This commit is contained in:
parent
da85c40603
commit
7115d3eddc
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ pub fn receive(self: *Self, _: tp.pid_ref, m: tp.message) error{Exit}!bool {
|
|||
self.active = false;
|
||||
return true;
|
||||
} else if (try m.match(.{ "H", tp.extract(&self.hover) })) {
|
||||
self.active = false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue