Commit 52b32956 by Johannes Schill

Enable trailing on the debounce in the TeamPicker (same as in UserPicker) #13425

parent a29d80df
......@@ -33,7 +33,7 @@ export class TeamPicker extends Component<Props, State> {
this.debouncedSearch = debounce(this.search, 300, {
leading: true,
trailing: false,
trailing: true,
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment