Merge pull request #745 from zed-industries/scroll-tabs

Allow pane tabs to be scrolled when they overflow
This commit is contained in:
Antonio Scandurra 2022-04-07 09:48:54 +02:00 committed by GitHub
commit 52251c3463
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 146 additions and 35 deletions

View file

@ -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])
}
};
}