This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
alt-cmd-i inserts ⁄ into the document on OS X #104
Open
Description
I am using Atom 1.2.0-beta3 on OS X 10.10. The keyboard shortcut alt-cmd-i is supposed to open the Developer Tools - and it does. However, it also inserts the character ⁄ into the document. The code comments claim that preventDefault()
is called on the event if a bounding is found - that doesn't seem to be the case. The code only calls preventDefault()
for abort!
and successfully stops ⁄ from being inserted - but the Developer Tools aren't being opened either then.