HUE-9454 [editor] Always resolve promises in the autocompleter when closed or re-opened
Review Request #15411 — Created Sept. 2, 2020 and submitted
Information | |
---|---|
johan | |
hue | |
master | |
Reviewers | |
hue | |
Amlesh1902, ayush.goyal, ranade, romain, Sreenath, yingc |
commit 2ef337498c20c4b1efd4fc11d15fcf243ee646d4 Author: Johan Ahlen <johan@johanahlen.com> Date: Wed Sep 2 11:58:09 2020 +0200 HUE-9454 [editor] Always resolve promises in the autocompleter when closed or re-opened Reject can lead to unhandled exceptions, it's fire and forget so no reason to reject. :100644 100644 b299738465 9db19c92f7 M desktop/core/src/desktop/js/sql/autocompleteResults.js
Manual on Chrome