You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Caleb Taylor 660f148a19 Fixed first prefix always selected(hightlighted / cursor "not allowed") (#922)
* The first preset is always selected(highlighted/cursor “not allowed”). In presets file, selected is based on the value of property preset from the default settings object. All preset objects do not have this property but have id instead, since default settings has property preset, all the presets inherit the same property preset, which is why the first preset was always highlighted. Fixed by replacing key name preset to id in default settings.

* removed id key from default settings

* preset is no longer a key in default settings

Co-authored-by: Michael Fix <mrfix84@gmail.com>
5 years ago
..
custom/modes Solidity language (#788) 5 years ago
api.js move /snippets list auth header code into lib 5 years ago
client.js snippets and account pages 5 years ago
constants.js Fixed first prefix always selected(hightlighted / cursor "not allowed") (#922) 5 years ago
highlight-languages.js Bundle size (#844) 5 years ago
routing.js Hook up new cypress project (#919) 5 years ago
util.js Load selected lines from query params (#878) 5 years ago