mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-27 15:26:29 +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.