mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2026-04-02 21:02:34 +00:00
The previous version would have interpreted an empty token as an abort of the dialog and would have not properly cleared the token. This is now fixed by checking for `undefined` for a an abort and by setting the token to `undefined` in order to clear it.