Merge remote-tracking branch 'origin' into storybook

This commit is contained in:
Nathan Sobo 2023-09-01 10:08:48 -06:00
commit 2fa9c037c8
110 changed files with 4110 additions and 1580 deletions

View file

@ -2251,7 +2251,7 @@ impl Element<Editor> for EditorElement {
let replica_id = if let Some(mapping) = &editor.replica_id_mapping {
mapping.get(&replica_id).copied()
} else {
None
Some(replica_id)
};
// The local selections match the leader's selections.