mirror of https://github.com/sgoudham/carbon.git
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>main
parent
4239c30730
commit
660f148a19
Loading…
Reference in New Issue