Take a cx in MultiBuffer::start_transaction

This commit is contained in:
Nathan Sobo 2021-12-08 19:30:52 -07:00
parent 87d16c271e
commit 4ee404a0af
2 changed files with 4 additions and 5 deletions

View file

@ -169,6 +169,7 @@ impl MultiBuffer {
pub fn start_transaction(
&mut self,
selection_set_ids: impl IntoIterator<Item = SelectionSetId>,
cx: &mut ModelContext<Self>,
) -> Result<()> {
todo!()
}