This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
- edit a JS file
- click on some appropriate code and open Quick Edit
- in the inline editor, type some JS code, let code hints appear, and hit tab to accept the first hint --- for example, type "fal", and hit tab to accept "false"
- in the main editor, open the file you're editing inline
- look at what you just typed
Expected: "false"
Result: "falsese" -- the characters that were added by auto-complete were added twice
Sprint 24, Mac and Windows.