zed/crates/storybook2
Marshall Bowers ee027bc112
Fix tooltips not showing on IconButtons (#3427)
This PR fixes tooltips not showing on `IconButton`s.

The "fix" here is the same hack that we used to fix `on_click` handlers
for `ListItem`s, where we introduce another layer of wrapping with an
element with an ID set.

This PR also adds a story for the `IconButton` so this issue can be
tested/observed in isolation.

Release Notes:

- N/A
2023-11-28 17:01:53 -05:00
..
docs WIP 2023-09-20 14:32:55 -06:00
src Fix tooltips not showing on IconButtons (#3427) 2023-11-28 17:01:53 -05:00
build.rs WIP 2023-09-20 14:32:55 -06:00
Cargo.lock WIP 2023-09-20 14:32:55 -06:00
Cargo.toml Extract Story into separate story crate (#3378) 2023-11-21 13:42:00 -05:00