mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-03 14:01:27 -05:00
fix: keep editable region as empty array There's no need to make it undefined, since editors without editable regions are initiated with [] and the editor knows that an empty array means the editable region doesn't exist.