Merge pull request #745 from zed-industries/scroll-tabs
Allow pane tabs to be scrolled when they overflow
This commit is contained in:
commit
52251c3463
5 changed files with 146 additions and 35 deletions
|
@ -1165,10 +1165,7 @@ pub mod tests {
|
|||
*markers[0].column_mut() += 1;
|
||||
}
|
||||
|
||||
assert_eq!(
|
||||
unmarked_snapshot.clip_point(dbg!(markers[0]), bias),
|
||||
markers[1]
|
||||
)
|
||||
assert_eq!(unmarked_snapshot.clip_point(markers[0], bias), markers[1])
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue