Capture hover events on tabs

Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
Nathan Sobo
2021-04-27 09:23:44 -06:00
co-authored by Antonio Scandurra
parent fc4b7e2a2a
commit 3d1e44ca29
5 changed files with 29 additions and 22 deletions
+1
View File
@@ -474,6 +474,7 @@ impl Element for BufferElement {
precise,
} => self.scroll(*position, *delta, *precise, layout, paint, ctx),
Event::KeyDown { chars, .. } => self.key_down(chars, ctx),
_ => false,
}
} else {
false