Merge remote-tracking branch 'origin/GP-0_Dan_testFixes-20220628-1'

This commit is contained in:
Ryan Kurtz 2022-06-28 14:42:07 -04:00
commit a641dd9d25

View file

@ -759,6 +759,7 @@ public class TextFieldAutocompleter<T> {
* Update the completion list immediately * Update the completion list immediately
*/ */
public void updateNow() { public void updateNow() {
pendingTextUpdate = true;
updateManager.updateNow(); updateManager.updateNow();
} }