Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7.0: Fix UPP drop bugs, add drop to the end of the list #15554

Merged
merged 8 commits into from
Oct 22, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
regenerate snapshots after merge
  • Loading branch information
elisabethcvs committed Oct 21, 2020
commit 433a6d6e2eb1afd2df1038c7346c94100573aa77
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ exports[`UnifiedPeoplePicker renders correctly with no items 1`] = `
display: flex;
flex: 1 1 auto;
}
onDragOver={[Function]}
onDrop={[Function]}
role="combobox"
>
<input
Expand Down Expand Up @@ -786,6 +788,8 @@ exports[`UnifiedPeoplePicker renders correctly with selected and suggested items
display: flex;
flex: 1 1 auto;
}
onDragOver={[Function]}
onDrop={[Function]}
role="combobox"
>
<input
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ exports[`UnifiedPicker renders correctly with no items 1`] = `
display: flex;
flex: 1 1 auto;
}
onDragOver={[Function]}
onDrop={[Function]}
role="combobox"
>
<input
Expand Down Expand Up @@ -171,14 +173,14 @@ exports[`UnifiedPicker renders correctly with selected and suggested items 1`] =
role="list"
>
<div>

red

</div>
<div>

green

</div>
</div>
<div
Expand All @@ -191,6 +193,8 @@ exports[`UnifiedPicker renders correctly with selected and suggested items 1`] =
display: flex;
flex: 1 1 auto;
}
onDragOver={[Function]}
onDrop={[Function]}
role="combobox"
>
<input
Expand Down